> -----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 4/5] ixgbe: 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 ixgbe 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/ixgbe/ixgbe.h | 9 ++-- > drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 6 +-- > drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 42 +++++++++---------- > 3 files changed, 29 insertions(+), 28 deletions(-) >
With the ixgbe_from_netdev() change Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
