lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <MW4PR11MB5889487118C80C66A81139C48E91A@MW4PR11MB5889.namprd11.prod.outlook.com>
Date: Wed, 14 May 2025 12:17:48 +0000
From: "Olech, Milena" <milena.olech@...el.com>
To: Vladimir Oltean <vladimir.oltean@....com>,
	"intel-wired-lan@...ts.osuosl.org" <intel-wired-lan@...ts.osuosl.org>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>, "Keller, Jacob E"
	<jacob.e.keller@...el.com>, "Nguyen, Anthony L" <anthony.l.nguyen@...el.com>,
	"Kitszel, Przemyslaw" <przemyslaw.kitszel@...el.com>, "Gomes, Vinicius"
	<vinicius.gomes@...el.com>, Vadim Fedorenko <vadim.fedorenko@...ux.dev>,
	Richard Cochran <richardcochran@...il.com>
Subject: RE: [PATCH iwl-next 0/5] Intel driver conversion to new hardware
 timestamping API

On 05/13/2025 12:11 PM, 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.
>

Thanks for introducing these changes!
Reviewed-by: Milena Olech <milena.olech@...el.com>

+ I'm not a part of val team, but I've made some engineering basic
tests on ICE and it seems to work.

>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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ