Re: [dpdk-dev] [PATCH v3] net/i40e: fix incorrect FDIR flex configuration

2020-11-09 Thread Guo, Jia
> -Original Message- > From: Chenxu Di > Sent: Tuesday, November 10, 2020 1:43 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Guo, Jia ; Wang, > Haiyue ; Zhou, JunX W ; > Di, ChenxuX ; sta...@dpdk.org > Subject: [PATCH v3] net/i40e: fix incorrect FDIR flex configuration > > The configuration

[dpdk-dev] [PATCH v3] net/i40e: fix incorrect FDIR flex configuration

2020-11-09 Thread Chenxu Di
The configuration of FDIR flex mask and flex pit should not be set during flow validate. It should be set when flow create. Fixes: 6ced3dd72f5f ("net/i40e: support flexible payload parsing for FDIR") Cc: sta...@dpdk.org Signed-off-by: Chenxu Di Tested-by: Zhou, Jun --- v3: -rebased the patch, f