> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Vladimir Oltean > Sent: 13 May 2025 15:41 > 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 1/5] ice: 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 ice 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]> > Acked-by: Jacob Keller <[email protected]> > --- > Previously submitted as https://patchwork.kernel.org/project/netdevbpf/patch/[email protected]/ > > drivers/net/ethernet/intel/ice/ice_main.c | 24 +----------- > drivers/net/ethernet/intel/ice/ice_ptp.c | 45 ++++++++++++----------- > drivers/net/ethernet/intel/ice/ice_ptp.h | 17 ++++++--- > 3 files changed, 37 insertions(+), 49 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
