Re: [dpdk-dev] [PATCH v6] net/iavf: fix RSS configuration on i40e VF

2021-04-24 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Xing, Beilei > Sent: Sunday, April 25, 2021 1:17 PM > To: Zhang, AlvinX ; Wu, Jingjing > > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6] net/iavf: fix RSS configuration on i40e VF > > &

Re: [dpdk-dev] [PATCH v6] net/iavf: fix RSS configuration on i40e VF

2021-04-24 Thread Xing, Beilei
> -Original Message- > From: Zhang, AlvinX > Sent: Sunday, April 25, 2021 1:09 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Zhang, AlvinX ; sta...@dpdk.org > Subject: [PATCH v6] net/iavf: fix RSS configuration on i40e VF > > The iavf does not support configuring RSS type o

[dpdk-dev] [PATCH v6] net/iavf: fix RSS configuration on i40e VF

2021-04-24 Thread Alvin Zhang
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