> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Guinan Sun > Sent: Tuesday, September 15, 2020 2:52 PM > To: dev@dpdk.org > Cc: Guo, Jia <jia....@intel.com>; Xing, Beilei <beilei.x...@intel.com>; Sun, > GuinanX <guinanx....@intel.com>; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/i40e: fix recreate a flexible FDIR rule failed > > This patch fixes the failure of recreate flexible fdir rule. > The root cause is that the flex_mask_flag is not reset during flow destroy and > flow flush. > > Fixes: 6ced3dd72f5f ("net/i40e: support flexible payload parsing for FDIR") > Cc: sta...@dpdk.org > > Signed-off-by: Guinan Sun <guinanx....@intel.com> Acked-by: Qi Zhang <qi.z.zh...@intel.com. Applied to dpdk-next-net-intel. Thanks Qi