> -----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 5/5] i40e: 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 i40e 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/i40e/i40e.h | 9 +++-- > drivers/net/ethernet/intel/i40e/i40e_main.c | 24 +----------- > drivers/net/ethernet/intel/i40e/i40e_ptp.c | 43 +++++++++++---------- > 3 files changed, 31 insertions(+), 45 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
