Re: [dpdk-dev] [PATCH v2] net/i40e: fix FDIR issue for common PCTYPEs

2021-04-20 Thread Xing, Beilei
> -Original Message- > From: Yang, MurphyX > Sent: Wednesday, April 21, 2021 10:09 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Guo, Jia ; > Xing, Beilei ; Yang, SteveX ; > Zhang, RobinX ; Yang, MurphyX > > Subject: [PATCH v2] net/i40e: fix FDIR issue for common PCTYPEs > > Currently, F

[dpdk-dev] [PATCH v2] net/i40e: fix FDIR issue for common PCTYPEs

2021-04-20 Thread Murphy Yang
Currently, FDIR doesn't work for all common PCTYPEs, the root cause is that input set is not configured. Fixes: 4a072ad43442 ("net/i40e: fix flow director config after flow validate") Signed-off-by: Murphy Yang --- v2: - tune the code and modify commit message drivers/net/i40e/i40e_fdir.c | 13 +