Re: [PATCH net-next V2 13/23] ptp: igb: convert to the 64 bit get/set time methods.

2015-03-21 Thread Arnd Bergmann
On Saturday 21 March 2015, Richard Cochran wrote: > @@ -269,13 +270,13 @@ static int igb_ptp_adjtime_i210(struct ptp_clock_info > *ptp, s64 delta) > struct igb_adapter *igb = container_of(ptp, struct igb_adapter, >ptp_caps); >

[PATCH net-next V2 13/23] ptp: igb: convert to the 64 bit get/set time methods.

2015-03-21 Thread Richard Cochran
For the 82576, the driver's clock is implemented using a timecounter, and so with this patch that device is ready for the year 2038. However, in the case of the i210, the device stores the number of seconds in a 32 bit register. Therefore, more work is needed on this driver before the year 2038

[PATCH net-next V2 13/23] ptp: igb: convert to the 64 bit get/set time methods.

2015-03-21 Thread Richard Cochran
For the 82576, the driver's clock is implemented using a timecounter, and so with this patch that device is ready for the year 2038. However, in the case of the i210, the device stores the number of seconds in a 32 bit register. Therefore, more work is needed on this driver before the year 2038

Re: [PATCH net-next V2 13/23] ptp: igb: convert to the 64 bit get/set time methods.

2015-03-21 Thread Arnd Bergmann
On Saturday 21 March 2015, Richard Cochran wrote: @@ -269,13 +270,13 @@ static int igb_ptp_adjtime_i210(struct ptp_clock_info *ptp, s64 delta) struct igb_adapter *igb = container_of(ptp, struct igb_adapter, ptp_caps); unsigned