Re: [dpdk-dev] [dpdk-dev v2] net/iavf: fix input set for rss hash

2020-05-10 Thread Ye Xiaolong
On 05/09, Zhang, Qi Z wrote: > > >> -Original Message- >> From: Guo, Jia >> Sent: Sunday, May 10, 2020 3:30 AM >> To: Xing, Beilei ; Zhang, Qi Z ; >> Wu, Jingjing >> Cc: Iremonger, Bernard ; Ye, Xiaolong >> ; dev@dpdk.org; Guo, Jia >> Subject: [dpdk-dev v2] net/iavf: fix input set for rs

Re: [dpdk-dev] [dpdk-dev v2] net/iavf: fix input set for rss hash

2020-05-09 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Jia > Sent: Sunday, May 10, 2020 3:30 AM > To: Xing, Beilei ; Zhang, Qi Z ; > Wu, Jingjing > Cc: Iremonger, Bernard ; Ye, Xiaolong > ; dev@dpdk.org; Guo, Jia > Subject: [dpdk-dev v2] net/iavf: fix input set for rss hash > > Since some specific rss ha

[dpdk-dev] [dpdk-dev v2] net/iavf: fix input set for rss hash

2020-05-09 Thread Jeff Guo
Since some specific rss hash type need to combine with the protocol hash type when configure a rss hash rule, so add the corresponding input set to support these case for iavf hash. Fixes: 7be10c3004be ("net/iavf: add RSS configuration for VF") Signed-off-by: Jeff Guo --- v2->v1: use nonfrag for

[dpdk-dev] [dpdk-dev v2] net/iavf: fix input set for rss hash

2020-05-09 Thread Jeff Guo
Since some specific rss hash type need to combine with the protocol hash type when configure a rss hash rule, so add the corresponding input set to support these case for iavf hash. Fixes: 7be10c3004be ("net/iavf: add RSS configuration for VF") Signed-off-by: Jeff Guo --- v2->v1: use nonfrag for