Re: [Linuxptp-users] ptp4l and network connectivity interruption
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Brian W. <br...@wa...> - 2015-12-12 21:00:50
|
On Sat, Dec 12, 2015 at 09:50:32PM +0100, Richard Cochran wrote: > I wouldn't follow ixgbe, because putting the reset in the 'open' > method means that the clock will become reset during ifup/ifdown. For > the ixgbe this is necessary, IIRC, but I wouldn't do it unless you are > absolutely by some HW quirk. I was not sure if having it reset during ifup makes more sense. Does the clock go away when the interface is down? I can't test that right now. It is my primary interface so it is always up on my device. > I would try something like the following untested patch... Just finished doing an initial test of quickly making the same changes you sent. Looks like it fixes the problem I was seeing. Makes sense. Stop reseting the clock and it will not reset. Brian |