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: <SJ0PR11MB5865F2114C0F45F24A34CC888F512@SJ0PR11MB5865.namprd11.prod.outlook.com>
Date: Mon, 4 Nov 2024 11:02:31 +0000
From: "Romanowski, Rafal" <rafal.romanowski@...el.com>
To: "Polchlopek, Mateusz" <mateusz.polchlopek@...el.com>,
	"intel-wired-lan@...ts.osuosl.org" <intel-wired-lan@...ts.osuosl.org>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>, "Polchlopek, Mateusz"
	<mateusz.polchlopek@...el.com>, "Lobakin, Aleksander"
	<aleksander.lobakin@...el.com>
Subject: RE: [Intel-wired-lan] [PATCH iwl-next v12 09/14] libeth: move
 idpf_rx_csum_decoded and idpf_rx_extracted

> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces@...osl.org> On Behalf Of
> Mateusz Polchlopek
> Sent: Tuesday, October 22, 2024 1:41 PM
> To: intel-wired-lan@...ts.osuosl.org
> Cc: netdev@...r.kernel.org; Polchlopek, Mateusz
> <mateusz.polchlopek@...el.com>; Lobakin, Aleksander
> <aleksander.lobakin@...el.com>
> Subject: [Intel-wired-lan] [PATCH iwl-next v12 09/14] libeth: move
> idpf_rx_csum_decoded and idpf_rx_extracted
> 
> Structs idpf_rx_csum_decoded and idpf_rx_extracted are used both in idpf and
> iavf Intel drivers. Change the prefix from idpf_* to libeth_* and move mentioned
> structs to libeth's rx.h header file.
> 
> Adjust usage in idpf driver.
> 
> Suggested-by: Alexander Lobakin <aleksander.lobakin@...el.com>
> Signed-off-by: Mateusz Polchlopek <mateusz.polchlopek@...el.com>
> ---
>  .../ethernet/intel/idpf/idpf_singleq_txrx.c   | 51 ++++++++++---------
>  drivers/net/ethernet/intel/idpf/idpf_txrx.c   | 16 +++---
>  drivers/net/ethernet/intel/idpf/idpf_txrx.h   | 19 -------
>  include/net/libeth/rx.h                       | 47 +++++++++++++++++
>  4 files changed, 82 insertions(+), 51 deletions(-)
> 
> diff --git a/drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
> b/drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
> index dfd7cf1d9aa0..eae1b6f474e6 100644
> --- a/drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
> +++ b/drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
> @@ -595,7 +595,7 @@ static bool idpf_rx_singleq_is_non_eop(const union

Tested-by: Rafal Romanowski <rafal.romanowski@...el.com>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ