> -----Original Message-----
> From: dev <[email protected]> On Behalf Of [email protected]
> Sent: Thursday, June 24, 2021 3:30 PM
> To: Zhang, Qi Z <[email protected]>
> Cc: [email protected]; Xing, Beilei <[email protected]>; [email protected]
> Subject: [dpdk-dev] [PATCH v2] net/i40e: fix FDIR input set conflict issue
> 
> From: Beilei Xing <[email protected]>
> 
> 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: [email protected]
> 
> Signed-off-by: Beilei Xing <[email protected]>

Tested-by: Lingli Chen <[email protected]>

Reply via email to