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

Zhang, Qi Z qi.z.zhang at intel.com
Tue Oct 27 01:03:45 CET 2020



> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Guo, Jia
> Sent: Monday, October 26, 2020 3:15 PM
> To: Xing, Beilei <beilei.xing at intel.com>; dev at dpdk.org
> Cc: stable at dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix FDIR issue for ETH + VLAN pattern
> 
> Acked-by: Jeff Guo <jia.guo at intel.com>
> 
> > -----Original Message-----
> > From: Xing, Beilei <beilei.xing at intel.com>
> > Sent: Tuesday, October 27, 2020 2:22 PM
> > To: dev at dpdk.org
> > Cc: Guo, Jia <jia.guo at intel.com>; Xing, Beilei
> > <beilei.xing at intel.com>; stable at dpdk.org
> > Subject: [PATCH] net/i40e: fix FDIR issue for ETH + VLAN pattern
> >
> > From: Beilei Xing <beilei.xing at 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: stable at dpdk.org
> >
> > Signed-off-by: Beilei Xing <beilei.xing at intel.com>
> > ---

Applied to dpdk-next-net-intel.

Thanks
Qi


More information about the dev mailing list