Re: [dpdk-dev] [PATCH] net/i40e: fix inappropriate config during flow validate
From: Xing, Beilei <hidden>
Date: 2021-03-30 14:01:59
From: Xing, Beilei <hidden>
Date: 2021-03-30 14:01:59
-----Original Message-----
From: Yang, MurphyX <redacted>
Sent: Friday, March 19, 2021 10:44 AM
To: dev@dpdk.org
Cc: Yang, Qiming <redacted>; Guo, Jia <redacted>;
Xing, Beilei [off-list ref]; Yang, SteveX [off-list ref];
Zhang, RobinX [off-list ref]; Yang, MurphyX
[off-list ref]
Subject: [PATCH] net/i40e: fix inappropriate config during flow validate
The configuration of FDIR input set should not be set during flow validate. It
should be set when flow create.
Fixes: fe5d0e85b713 ("net/i40e: fix flow director flex configuration")
Fixes: 15018d79f0be ("net/i40e: add FDIR support for GTP-C and GTP-U")
Signed-off-by: Murphy Yang <redacted>Acked-by: Beilei Xing <redacted>