> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf
> Of Joshua Hay
> Sent: Wednesday, October 22, 2025 1:31 AM
> To: [email protected]
> Cc: [email protected]
> Subject: [Intel-wired-lan] [PATCH iwl-next v9 06/10] idpf: add
> rss_data field to RSS function parameters
>
> From: Pavan Kumar Linga <[email protected]>
>
> Retrieve rss_data field of vport just once and pass it to RSS related
> functions instead of retrieving it in each function.
>
> While at it, update s/rss/RSS in the RSS function doc comments.
>
> Reviewed-by: Anton Nadezhdin <[email protected]>
> Signed-off-by: Pavan Kumar Linga <[email protected]>
> Signed-off-by: Joshua Hay <[email protected]>
> ---
> v8: rebase on AF_XDP series
> ---
> drivers/net/ethernet/intel/idpf/idpf.h | 1 +
> .../net/ethernet/intel/idpf/idpf_ethtool.c | 2 +-
> drivers/net/ethernet/intel/idpf/idpf_lib.c | 16 +++++----
> drivers/net/ethernet/intel/idpf/idpf_txrx.c | 34 +++++++-----------
> -
> drivers/net/ethernet/intel/idpf/idpf_txrx.h | 6 ++--
> .../net/ethernet/intel/idpf/idpf_virtchnl.c | 24 ++++++-------
> .../net/ethernet/intel/idpf/idpf_virtchnl.h | 8 +++--
> 7 files changed, 45 insertions(+), 46 deletions(-)
>
> diff --git a/drivers/net/ethernet/intel/idpf/idpf.h
> b/drivers/net/ethernet/intel/idpf/idpf.h
> index 40f1ce901500..03df59829296 100644
> --- a/drivers/net/ethernet/intel/idpf/idpf.h
> +++ b/drivers/net/ethernet/intel/idpf/idpf.h
...
> --
> 2.39.2
Reviewed-by: Aleksandr Loktionov <[email protected]>