RE: [Intel-wired-lan] [PATCH 09/27] igb: Use timecounter_initialize interface

From: Brown, Aaron F
Date: Sat Jan 06 2018 - 00:14:40 EST


> From: Intel-wired-lan [mailto:intel-wired-lan-bounces@xxxxxxxxxx] On
> Behalf Of Sagar Arun Kamble
> Sent: Thursday, December 14, 2017 11:38 PM
> To: linux-kernel@xxxxxxxxxxxxxxx
> Cc: intel-wired-lan@xxxxxxxxxxxxxxxx; Richard Cochran
> <richardcochran@xxxxxxxxx>; Kamble, Sagar A
> <sagar.a.kamble@xxxxxxxxx>; netdev@xxxxxxxxxxxxxxx
> Subject: [Intel-wired-lan] [PATCH 09/27] igb: Use timecounter_initialize
> interface
>
> With new interface timecounter_initialize we can initialize timecounter
> fields and underlying cyclecounter together. Update igb ptp timecounter
> init with this new function.
>
> Signed-off-by: Sagar Arun Kamble <sagar.a.kamble@xxxxxxxxx>
> Cc: Richard Cochran <richardcochran@xxxxxxxxx>
> Cc: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
> Cc: intel-wired-lan@xxxxxxxxxxxxxxxx
> Cc: netdev@xxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> ---
> drivers/net/ethernet/intel/igb/igb.h | 4 ++++
> drivers/net/ethernet/intel/igb/igb_ptp.c | 23 ++++++++++++++---------
> 2 files changed, 18 insertions(+), 9 deletions(-)
>

Tested-by: Aaron Brown <aaron.f.brown@xxxxxxxxx>