On 13/05/2025 13:11, Vladimir Oltean wrote:
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 igc 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]>
Reviewed-by: Simon Horman <[email protected]>
Reviewed-by: Vitaly Lifshits <[email protected]>
---
  drivers/net/ethernet/intel/igc/igc.h      |  9 ++++--
  drivers/net/ethernet/intel/igc/igc_main.c | 21 ++-----------
  drivers/net/ethernet/intel/igc/igc_ptp.c  | 36 +++++++++++------------
  3 files changed, 25 insertions(+), 41 deletions(-)

Tested-by: Mor Bar-Gabay <[email protected]>

Reply via email to