> -----Original Message-----
> From: Zhang, AlvinX <[email protected]>
> Sent: Sunday, April 25, 2021 1:09 PM
> To: Wu, Jingjing <[email protected]>; Xing, Beilei <[email protected]>
> Cc: [email protected]; Zhang, AlvinX <[email protected]>; [email protected]
> Subject: [PATCH v6] net/iavf: fix RSS configuration on i40e VF
>
> The iavf does not support configuring RSS type on i40e VF, because the i40e
> kernel driver does not support VIRTCHNL_VF_OFFLOAD_ADV_RSS_PF
> capability.
>
> This patch adds support of RSS type configuration for i40e VF by sending
> VIRTCHNL_OP_SET_RSS_HENA message to the PF after checking that the PF
> does not support VIRTCHNL_VF_OFFLOAD_ADV_RSS_PF capability.
>
> Fixes: c678299594a8 ("net/iavf: fix default RSS configuration")
> Cc: [email protected]
>
> Signed-off-by: Alvin Zhang <[email protected]>
> ---
Acked-by: Beilei Xing <[email protected]>