Re: [dpdk-dev] [DPDK] net/ice: fix flow rule checking

2021-01-28 Thread Yang, Qiming
> -Original Message- > From: yuanx.wang > Sent: Wednesday, January 27, 2021 17:43 > To: Yang, Qiming ; Zhang, Qi Z > > Cc: dev@dpdk.org; Wang, YuanX ; sta...@dpdk.org > Subject: [DPDK] net/ice: fix flow rule checking > > Currently, when the RSS rule set to l4-src-only and l4-dst-only,

[dpdk-dev] [DPDK] net/ice: fix flow rule checking

2021-01-27 Thread yuanx.wang
Currently, when the RSS rule set to l4-src-only and l4-dst-only, the hash value is different while the ingress packets have same L4 parameters. This patch keeps the hash value consistent in above situation. Fixes: 38d632cbdc88 ("net/ice: refactor PF RSS") Fixes: 0b952714e9c1 ("net/ice: refactor P