Re: [dpdk-dev] [dpdk-dev v2] net/iavf: fix protocol field selector configure

2020-05-24 Thread He, Zhiwei
Tested-by: Zhiwei.He -Original Message- From: dev On Behalf Of Jeff Guo Sent: Sunday, May 24, 2020 1:53 PM To: Xing, Beilei ; Zhang, Qi Z ; Wu, Jingjing Cc: Ye, Xiaolong ; dev@dpdk.org; Guo, Jia Subject: [dpdk-dev] [dpdk-dev v2] net/iavf: fix protocol field selector configure When

Re: [dpdk-dev] [dpdk-dev v2] net/iavf: fix protocol field selector configure

2020-05-24 Thread Ye Xiaolong
On 05/24, Zhang, Qi Z wrote: > > >> -Original Message- >> From: Guo, Jia >> Sent: Sunday, May 24, 2020 1:53 PM >> To: Xing, Beilei ; Zhang, Qi Z ; >> Wu, Jingjing >> Cc: Ye, Xiaolong ; dev@dpdk.org; Guo, Jia >> >> Subject: [dpdk-dev v2] net/iavf: fix protocol field selector configure >>

Re: [dpdk-dev] [dpdk-dev v2] net/iavf: fix protocol field selector configure

2020-05-24 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Jia > Sent: Sunday, May 24, 2020 1:53 PM > To: Xing, Beilei ; Zhang, Qi Z ; > Wu, Jingjing > Cc: Ye, Xiaolong ; dev@dpdk.org; Guo, Jia > > Subject: [dpdk-dev v2] net/iavf: fix protocol field selector configure > > When VFs configure the rss rule by v

[dpdk-dev] [dpdk-dev v2] net/iavf: fix protocol field selector configure

2020-05-23 Thread Jeff Guo
When VFs configure the rss rule by virtchnl, it need to set bit mask into the field selector for the protocol, then PF got the configure massage and parse the field selector to the corresponding protocol field. Fixes: 7be10c3004be ("net/iavf: add RSS configuration for VF") Signed-off-by: Jeff Guo