[<prev] [next>] [day] [month] [year] [list]
Message-ID: <DM4PR11MB64558771E00F6F7214202E4C981CA@DM4PR11MB6455.namprd11.prod.outlook.com>
Date: Wed, 24 Sep 2025 05:08:19 +0000
From: "R, Ramu" <ramu.r@...el.com>
To: "intel-wired-lan@...ts.osuosl.org" <intel-wired-lan@...ts.osuosl.org>
CC: "Lobakin, Aleksander" <aleksander.lobakin@...el.com>, "Kubiak, Michal"
<michal.kubiak@...el.com>, "Fijalkowski, Maciej"
<maciej.fijalkowski@...el.com>, "Nguyen, Anthony L"
<anthony.l.nguyen@...el.com>, "Kitszel, Przemyslaw"
<przemyslaw.kitszel@...el.com>, Andrew Lunn <andrew+netdev@...n.ch>, "David
S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, "Jakub
Kicinski" <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, "Alexei
Starovoitov" <ast@...nel.org>, Daniel Borkmann <daniel@...earbox.net>, "Simon
Horman" <horms@...nel.org>, NXNE CNSE OSDT ITP Upstreaming
<nxne.cnse.osdt.itp.upstreaming@...el.com>, "bpf@...r.kernel.org"
<bpf@...r.kernel.org>, "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [Intel-wired-lan] [PATCH iwl-next 1/5] idpf: add virtchnl
functions to manage selected queues
> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces@...osl.org> On Behalf Of
> Alexander Lobakin
> Sent: Thursday, September 11, 2025 9:52 PM
> To: intel-wired-lan@...ts.osuosl.org
> Cc: Lobakin, Aleksander <aleksander.lobakin@...el.com>; Kubiak, Michal
> <michal.kubiak@...el.com>; Fijalkowski, Maciej
> <maciej.fijalkowski@...el.com>; Nguyen, Anthony L
> <anthony.l.nguyen@...el.com>; Kitszel, Przemyslaw
> <przemyslaw.kitszel@...el.com>; Andrew Lunn <andrew+netdev@...n.ch>;
> David S. Miller <davem@...emloft.net>; Eric Dumazet
> <edumazet@...gle.com>; Jakub Kicinski <kuba@...nel.org>; Paolo Abeni
> <pabeni@...hat.com>; Alexei Starovoitov <ast@...nel.org>; Daniel
> Borkmann <daniel@...earbox.net>; Simon Horman <horms@...nel.org>;
> NXNE CNSE OSDT ITP Upstreaming
> <nxne.cnse.osdt.itp.upstreaming@...el.com>; bpf@...r.kernel.org;
> netdev@...r.kernel.org; linux-kernel@...r.kernel.org
> Subject: [Intel-wired-lan] [PATCH iwl-next 1/5] idpf: add virtchnl functions to
> manage selected queues
>
> From: Michal Kubiak <michal.kubiak@...el.com>
>
> Implement VC functions dedicated to enabling, disabling and configuring not
> all but only selected queues.
>
> Also, refactor the existing implementation to make the code more modular.
> Introduce new generic functions for sending VC messages consisting of
> chunks, in order to isolate the sending algorithm and its implementation for
> specific VC messages.
>
> Finally, rewrite the function for mapping queues to q_vectors using the new
> modular approach to avoid copying the code that implements the VC
> message sending algorithm.
>
> Signed-off-by: Michal Kubiak <michal.kubiak@...el.com>
> Co-developed-by: Alexander Lobakin <aleksander.lobakin@...el.com>
> Signed-off-by: Alexander Lobakin <aleksander.lobakin@...el.com>
> ---
> drivers/net/ethernet/intel/idpf/idpf_txrx.h | 3 +
> .../net/ethernet/intel/idpf/idpf_virtchnl.h | 32 +-
> drivers/net/ethernet/intel/idpf/idpf_txrx.c | 1 +
> .../net/ethernet/intel/idpf/idpf_virtchnl.c | 1160 +++++++++++------
> 4 files changed, 767 insertions(+), 429 deletions(-)
>
Tested-by: Ramu R <ramu.r@...el.com>
Powered by blists - more mailing lists