Re: [Linuxptp-users] "poll tx timestamp timeout", problem since v1.2, igb, stmmac
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2013-10-27 06:35:26
|
On Fri, Oct 25, 2013 at 04:10:36PM +0200, Jean-Baptiste Maillet wrote: > Intel igb_avb is fine, yet both vanilla igb and stmmac fail with a > "poll tx timestamp timeout" 100% reproducible. > Increasing the tx_timestamp_timeout does not help. Your command line > $ sudo ./ptp4l -i eth2-igb -m -l 7 does not show that you used "-f config" to specify a configuration file. The ptp4l program does not scan any config files by default. It just uses built in defaults. So, if you did not use the "-f" command line switch, then you also did not change the tx_timestamp_timeout value. Thanks, Richard |