> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf Of
> Alexander Lobakin
> Sent: Thursday, September 11, 2025 9:52 PM
> To: [email protected]
> Cc: Lobakin, Aleksander <[email protected]>; Kubiak, Michal
> <[email protected]>; Fijalkowski, Maciej
> <[email protected]>; Nguyen, Anthony L
> <[email protected]>; Kitszel, Przemyslaw
> <[email protected]>; Andrew Lunn <[email protected]>;
> David S. Miller <[email protected]>; Eric Dumazet
> <[email protected]>; Jakub Kicinski <[email protected]>; Paolo Abeni
> <[email protected]>; Alexei Starovoitov <[email protected]>; Daniel
> Borkmann <[email protected]>; Simon Horman <[email protected]>;
> NXNE CNSE OSDT ITP Upstreaming
> <[email protected]>; [email protected];
> [email protected]; [email protected]
> Subject: [Intel-wired-lan] [PATCH iwl-next 1/5] idpf: add virtchnl functions
> to
> manage selected queues
>
> From: Michal Kubiak <[email protected]>
>
> 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 <[email protected]>
> Co-developed-by: Alexander Lobakin <[email protected]>
> Signed-off-by: Alexander Lobakin <[email protected]>
> ---
> 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 <[email protected]>