> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Vladimir Oltean > Sent: 13 May 2025 15:42 > To: [email protected] > Cc: [email protected]; Keller, Jacob E <[email protected]>; > Nguyen, Anthony L <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; Gomes, Vinicius <[email protected]>; > > Vadim Fedorenko <[email protected]>; Richard Cochran > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next 3/5] igb: convert to > ndo_hwtstamp_get() and ndo_hwtstamp_set() > > New timestamping API was introduced in commit 66f7223039c0 ("net: add NDOs > for configuring hardware timestamping") from kernel v6.6. > > It is time to convert the Intel igb driver to the new API, so that > timestamping configuration can be removed from the ndo_eth_ioctl() path > completely. > > Signed-off-by: Vladimir Oltean <[email protected]> > --- > drivers/net/ethernet/intel/igb/igb.h | 9 ++++-- > drivers/net/ethernet/intel/igb/igb_main.c | 6 ++-- > drivers/net/ethernet/intel/igb/igb_ptp.c | 37 +++++++++++------------ > 3 files changed, 25 insertions(+), 27 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
