netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vadim Fedorenko <vadim.fedorenko@linux.dev>
To: Vladimir Oltean <vladimir.oltean@nxp.com>,
	intel-wired-lan@lists.osuosl.org
Cc: netdev@vger.kernel.org, Jacob Keller <jacob.e.keller@intel.com>,
	Tony Nguyen <anthony.l.nguyen@intel.com>,
	Przemek Kitszel <przemyslaw.kitszel@intel.com>,
	Vinicius Costa Gomes <vinicius.gomes@intel.com>,
	Richard Cochran <richardcochran@gmail.com>
Subject: Re: [PATCH iwl-next 0/5] Intel driver conversion to new hardware timestamping API
Date: Wed, 14 May 2025 11:03:12 +0100	[thread overview]
Message-ID: <e6cebadc-39fc-4cb0-be4b-d797deab12a8@linux.dev> (raw)
In-Reply-To: <20250513101132.328235-1-vladimir.oltean@nxp.com>

On 13/05/2025 11:11, Vladimir Oltean wrote:
> 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(-)
> 

The changes are pretty straight-forward.

For series:
Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>


  parent reply	other threads:[~2025-05-14 10:03 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Vadim Fedorenko [this message]
2025-05-14 12:17 ` [PATCH iwl-next 0/5] Intel driver conversion to new hardware timestamping API Olech, Milena

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e6cebadc-39fc-4cb0-be4b-d797deab12a8@linux.dev \
    --to=vadim.fedorenko@linux.dev \
    --cc=anthony.l.nguyen@intel.com \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=jacob.e.keller@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=richardcochran@gmail.com \
    --cc=vinicius.gomes@intel.com \
    --cc=vladimir.oltean@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).