Re: [Linuxptp-devel] [PATCH] rtnl: add team activebackup support

2018-12-05 Thread Hangbin Liu
On Thu, 6 Dec 2018 at 15:40, Hangbin Liu wrote: > > This patch add team interface activebackup mode support. As linux team use > genl netlink message, when we get a rtnl link change notify, we have to setup > a new genl socket and request the current active port. > Here are the

[Linuxptp-devel] [PATCH] rtnl: add team activebackup support

2018-12-05 Thread Hangbin Liu
This patch add team interface activebackup mode support. As linux team use genl netlink message, when we get a rtnl link change notify, we have to setup a new genl socket and request the current active port. Signed-off-by: Hangbin Liu --- missing.h | 16 + phc2sys.8 | 4 +- rtnl.c|

Re: [Linuxptp-devel] PHC delay when calling clock_gettime

2018-12-05 Thread Thomas Behn
Am 05.12.18 um 18:16 schrieb Keller, Jacob E: I've never heard of this symptom being reported before. My gut reaction is that this is caused by code in e1000e_read_systim, which reads the SYSTIME multiple times. I am suspicious that multiple readings is somehow impacting the clock time, which

Re: [Linuxptp-devel] PHC delay when calling clock_gettime

2018-12-05 Thread Keller, Jacob E
> -Original Message- > From: Thomas Behn [mailto:thomas.b...@meinberg.de] > Sent: Tuesday, December 04, 2018 10:04 PM > To: Keller, Jacob E ; > linuxptp-devel@lists.sourceforge.net > Subject: Re: [Linuxptp-devel] PHC delay when calling clock_gettime > > Am 04.12.18 um 19:54 schrieb