netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iwl-next 0/5] Intel driver conversion to new hardware timestamping API
@ 2025-05-13 10:11 Vladimir Oltean
  2025-05-13 10:11 ` [PATCH iwl-next 1/5] ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set() Vladimir Oltean
                   ` (6 more replies)
  0 siblings, 7 replies; 25+ messages in thread
From: Vladimir Oltean @ 2025-05-13 10:11 UTC (permalink / raw)
  To: intel-wired-lan
  Cc: netdev, Jacob Keller, Tony Nguyen, Przemek Kitszel,
	Vinicius Costa Gomes, Vadim Fedorenko, Richard Cochran

Since the introduction of the new ndo_hwtstamp_get() and
ndo_hwtstamp_set() operations in v6.6, only e1000e and iavf have
been converted.

There is a push to get rid of the old code path for configuring hardware
timestamping, so the reset of the drivers are converted in this patch
set.

Vladimir Oltean (5):
  ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
  igc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
  igb: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
  ixgbe: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
  i40e: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()

 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 +++++++++---------
 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 ++++---
 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 +++++++--------
 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 +++++++--------
 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 ++++++++---------
 15 files changed, 147 insertions(+), 190 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2025-07-02 17:56 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13 10:11 [PATCH iwl-next 0/5] Intel driver conversion to new hardware timestamping API Vladimir Oltean
2025-05-13 10:11 ` [PATCH iwl-next 1/5] ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set() Vladimir Oltean
2025-05-13 22:26   ` Jacob Keller
2025-05-16 12:25   ` Simon Horman
2025-06-04 13:39   ` [Intel-wired-lan] " Rinitha, SX
2025-05-13 10:11 ` [PATCH iwl-next 2/5] igc: " Vladimir Oltean
2025-05-16 12:26   ` Simon Horman
2025-05-26  9:21     ` [Intel-wired-lan] " Lifshits, Vitaly
2025-05-29  7:15   ` Mor Bar-Gabay
2025-05-13 10:11 ` [PATCH iwl-next 3/5] igb: " Vladimir Oltean
2025-05-16 12:26   ` Simon Horman
2025-06-10  6:27   ` [Intel-wired-lan] " Rinitha, SX
2025-05-13 10:11 ` [PATCH iwl-next 4/5] ixgbe: " Vladimir Oltean
2025-05-16 12:26   ` Simon Horman
2025-06-30 18:56   ` Jacob Keller
2025-06-30 20:47     ` Jacob Keller
2025-06-30 20:56       ` Vladimir Oltean
2025-06-30 20:58         ` Nguyen, Anthony L
2025-06-30 21:05         ` Jacob Keller
2025-07-02 17:56   ` [Intel-wired-lan] " Rinitha, SX
2025-05-13 10:11 ` [PATCH iwl-next 5/5] i40e: " Vladimir Oltean
2025-05-16 12:27   ` Simon Horman
2025-06-04 13:33   ` [Intel-wired-lan] " Rinitha, SX
2025-05-14 10:03 ` [PATCH iwl-next 0/5] Intel driver conversion to new hardware timestamping API Vadim Fedorenko
2025-05-14 12:17 ` Olech, Milena

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).