Re: [dpdk-dev] [PATCH] net/i40e: fix inappropriate config during flow validate

2021-03-30 Thread Xing, Beilei
> -Original Message- > From: Yang, MurphyX > Sent: Friday, March 19, 2021 10:44 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Guo, Jia ; > Xing, Beilei ; Yang, SteveX ; > Zhang, RobinX ; Yang, MurphyX > > Subject: [PATCH] net/i40e: fix inappropriate config during flow validate > > The co

[dpdk-dev] [PATCH] net/i40e: fix inappropriate config during flow validate

2021-03-18 Thread Murphy Yang
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 --- drivers/net