Re: [dpdk-dev] [PATCH] net/i40e: fix FDIR issue for ETH + VLAN pattern

2020-10-26 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Guo, Jia > Sent: Monday, October 26, 2020 3:15 PM > To: Xing, Beilei ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix FDIR issue for ETH + VLAN > pattern > > Acked-by: Jef

Re: [dpdk-dev] [PATCH] net/i40e: fix FDIR issue for ETH + VLAN pattern

2020-10-26 Thread Guo, Jia
Acked-by: Jeff Guo > -Original Message- > From: Xing, Beilei > Sent: Tuesday, October 27, 2020 2:22 PM > To: dev@dpdk.org > Cc: Guo, Jia ; Xing, Beilei ; > sta...@dpdk.org > Subject: [PATCH] net/i40e: fix FDIR issue for ETH + VLAN pattern > > From: Beilei Xing > > Currently, can't cre

[dpdk-dev] [PATCH] net/i40e: fix FDIR issue for ETH + VLAN pattern

2020-10-25 Thread beilei . xing
From: Beilei Xing Currently, can't create more than one following flow for ETH + VLAN pattern. 1. flow create 0 ingress pattern eth / vlan vid is 350 / end actions queue index 2 / end 2. flow create 0 ingress pattern eth / vlan vid is 351 / end actions queue index 3 / end The root cause i

Re: [dpdk-dev] [PATCH] net/i40e: fix FDIR issue for ETH + VLAN pattern

2020-10-23 Thread Guo, Jia
> -Original Message- > From: Xing, Beilei > Sent: Friday, October 23, 2020 4:15 PM > To: dev@dpdk.org > Cc: Guo, Jia ; Xing, Beilei ; > sta...@dpdk.org > Subject: [PATCH] net/i40e: fix FDIR issue for ETH + VLAN pattern > > From: Beilei Xing > > Currently, can't create more than one fo

[dpdk-dev] [PATCH] net/i40e: fix FDIR issue for ETH + VLAN pattern

2020-10-22 Thread beilei . xing
From: Beilei Xing Currently, can't create more than one following flow for ETH + VLAN pattern: > flow create 0 ingress pattern eth / vlan vid is 350 / end actions queue index 2 / end The root cause is the keys of all such flows are the same. Fixes: 42044b69c67d ("net/i40e: support input set se