> -----Original Message-----
> From: Zhang, AlvinX <[email protected]>
> Sent: Monday, July 26, 2021 5:17 PM
> To: Xing, Beilei <[email protected]>; Zhang, Qi Z <[email protected]>
> Cc: [email protected]; Zhang, AlvinX <[email protected]>;
> [email protected]
> Subject: [PATCH v2] net/iavf: fix virtual channel RSS command error handling
>
> Kernel PF may not respond to virtual channel commands
> VIRTCHNL_OP_GET_RSS_HENA_CAPS and VIRTCHNL_OP_SET_RSS_HENA,
> which will cause VF to fail to start.
>
> RSS offload type configuration is not a necessary feature for VF, so in order
> to improve VF compatibility, in this patch the PMD will ignore the error
> result of above two commands and will print warnings instead.
>
> Fixes: 5a038d19962d ("net/iavf: fix RSS configuration on i40e VF")
> Cc: [email protected]
>
> Signed-off-by: Alvin Zhang <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi