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

2021-06-24 Thread beilei . xing
From: Beilei Xing Currently, there'll be conflict error when running the folowing 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

Re: [dpdk-dev] [PATCH] net/i40e: fix FDIR input set conflict

2017-12-20 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhang, Qi Z > Sent: Tuesday, December 19, 2017 9:21 PM > To: Xing, Beilei > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix FDIR input set conflict > > >

Re: [dpdk-dev] [PATCH] net/i40e: fix FDIR input set conflict

2017-12-19 Thread Xing, Beilei
> -Original Message- > From: Zhang, Qi Z > Sent: Tuesday, December 19, 2017 9:21 PM > To: Xing, Beilei > Cc: dev@dpdk.org > Subject: RE: [PATCH] net/i40e: fix FDIR input set conflict > > > > > -Original Message- > > From: Xing, Beilei > > Sent: Monday, December 18, 2017 1:21 PM

Re: [dpdk-dev] [PATCH] net/i40e: fix FDIR input set conflict

2017-12-19 Thread Zhang, Qi Z
> -Original Message- > From: Xing, Beilei > Sent: Monday, December 18, 2017 1:21 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org > Subject: [PATCH] net/i40e: fix FDIR input set conflict > > The first FDIR rule for some PCTYPE will configure input set and create flow, > the following flows must

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

2017-12-17 Thread Beilei Xing
The first FDIR rule for some PCTYPE will configure input set and create flow, the following flows must use the same input set, otherwise will cause input set conflict and fail to create flow. But if creating the first rule after flow flush, input set should be re-configured. Fixes: 42044b69c67d ("