[dpdk-stable] [dpdk-dev] [PATCH v2] net/i40e: fix FDIR input set conflict issue

Zhang, Qi Z qi.z.zhang at intel.com
Wed Jun 30 04:00:03 CEST 2021



> -----Original Message-----
> From: Chen, LingliX <linglix.chen at intel.com>
> Sent: Thursday, June 24, 2021 5:35 PM
> To: Xing, Beilei <beilei.xing at intel.com>; Zhang, Qi Z <qi.z.zhang at intel.com>
> Cc: dev at dpdk.org; Xing, Beilei <beilei.xing at intel.com>; stable at dpdk.org
> Subject: RE: [dpdk-dev] [PATCH v2] net/i40e: fix FDIR input set conflict issue
> 
> 
> > -----Original Message-----
> > From: dev <dev-bounces at dpdk.org> On Behalf Of beilei.xing at intel.com
> > Sent: Thursday, June 24, 2021 3:30 PM
> > To: Zhang, Qi Z <qi.z.zhang at intel.com>
> > Cc: dev at dpdk.org; Xing, Beilei <beilei.xing at intel.com>; stable at dpdk.org
> > Subject: [dpdk-dev] [PATCH v2] net/i40e: fix FDIR input set conflict issue
> >
> > From: Beilei Xing <beilei.xing at intel.com>
> >
> > Currently, there'll be conflict error when running the following commands:
> > 1. flow create 0 ingress
> >      pattern eth / ipv4 / udp src is 32 / end
> >      actions queue index 2 / end
> > 2. flow destroy 0 rule 0
> > 3. flow create 0 ingress
> >      pattern eth / ipv4 / udp dst is 32 / end
> >      actions queue index 2 / end
> >
> > This patch fixes the input set conflict issue.
> >
> > Fixes: 42044b69c67d ("net/i40e: support input set selection for FDIR")
> > Fixes: 4a072ad43442 ("net/i40e: fix flow director config after flow validate")
> > Cc: stable at dpdk.org
> >
> > Signed-off-by: Beilei Xing <beilei.xing at intel.com>
> 
> Tested-by: Lingli Chen <linglix.chen at intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi



More information about the stable mailing list