> -----Original Message-----
> From: dev <dev-boun...@dpdk.org> On Behalf Of Guo, Jia
> Sent: Monday, October 26, 2020 3:15 PM
> To: Xing, Beilei <beilei.x...@intel.com>; dev@dpdk.org
> Cc: sta...@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix FDIR issue for ETH + VLAN 
> pattern
> 
> Acked-by: Jeff Guo <jia....@intel.com>
> 
> > -----Original Message-----
> > From: Xing, Beilei <beilei.x...@intel.com>
> > Sent: Tuesday, October 27, 2020 2:22 PM
> > To: dev@dpdk.org
> > Cc: Guo, Jia <jia....@intel.com>; Xing, Beilei
> > <beilei.x...@intel.com>; sta...@dpdk.org
> > Subject: [PATCH] net/i40e: fix FDIR issue for ETH + VLAN pattern
> >
> > From: Beilei Xing <beilei.x...@intel.com>
> >
> > 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 is the vlan_tci is not set correctly, it will cause
> > the keys of both of the two flows are the same.
> >
> > Fixes: 42044b69c67d ("net/i40e: support input set selection for FDIR")
> > Cc: sta...@dpdk.org
> >
> > Signed-off-by: Beilei Xing <beilei.x...@intel.com>
> > ---

Applied to dpdk-next-net-intel.

Thanks
Qi

Reply via email to