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

2020-05-23 Thread Jeff Guo
hi, qi On 5/23/2020 10:03 AM, Zhang, Qi Z wrote: -Original Message- From: Guo, Jia Sent: Saturday, May 23, 2020 7:18 AM To: Xing, Beilei ; Zhang, Qi Z ; Wu, Jingjing Cc: Ye, Xiaolong ; dev@dpdk.org; Guo, Jia Subject: [dpdk-dev] net/iavf: fix protocol field selector configure When

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

2020-05-22 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Jia > Sent: Saturday, May 23, 2020 7:18 AM > To: Xing, Beilei ; Zhang, Qi Z ; > Wu, Jingjing > Cc: Ye, Xiaolong ; dev@dpdk.org; Guo, Jia > > Subject: [dpdk-dev] net/iavf: fix protocol field selector configure > > When

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

2020-05-22 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

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

2020-05-22 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