RE: [net-next 1/4] i40e: add support for PTP external synchronization clock

2020-11-18 Thread Kwapulinski, Piotr
wers ; >Richard Cochran ; Vladimir Oltean >Subject: Re: [net-next 1/4] i40e: add support for PTP external synchronization >clock > >On Fri, 13 Nov 2020 16:10:54 -0800 Tony Nguyen wrote: >> From: Piotr Kwapulinski >> >> Add support for external synchronization clock

Re: [net-next 1/4] i40e: add support for PTP external synchronization clock

2020-11-16 Thread Richard Cochran
On Mon, Nov 16, 2020 at 05:07:37PM -0800, Jakub Kicinski wrote: > On Fri, 13 Nov 2020 16:10:54 -0800 Tony Nguyen wrote: > > +/* get PTP pins for ioctl */ > > +#define SIOCGPINS (SIOCDEVPRIVATE + 0) > > +/* set PTP pins for ioctl */ > > +#define SIOCSPINS (SIOCDEVPRIVATE + 1) > > This is unexpec

Re: [net-next 1/4] i40e: add support for PTP external synchronization clock

2020-11-16 Thread Jakub Kicinski
On Fri, 13 Nov 2020 16:10:54 -0800 Tony Nguyen wrote: > From: Piotr Kwapulinski > > Add support for external synchronization clock via GPIOs. > 1PPS signals are handled via the dedicated 3 GPIOs: SDP3_2, > SDP3_3 and GPIO_4. > Previously it was not possible to use the external PTP > synchronizati

[net-next 1/4] i40e: add support for PTP external synchronization clock

2020-11-13 Thread Tony Nguyen
From: Piotr Kwapulinski Add support for external synchronization clock via GPIOs. 1PPS signals are handled via the dedicated 3 GPIOs: SDP3_2, SDP3_3 and GPIO_4. Previously it was not possible to use the external PTP synchronization clock. Reviewed-by: Aleksandr Loktionov Reviewed-by: Arkadiusz