> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of > chenqiming_hua...@163.com > Sent: Saturday, August 21, 2021 5:45 PM > To: dev@dpdk.org > Cc: Xing, Beilei <beilei.x...@intel.com>; Qiming Chen > <chenqiming_hua...@163.com>; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/i40e: fix dev startup resource release problem > > From: Qiming Chen <chenqiming_hua...@163.com> > > In the eth_i40e_dev_init function, the tunnel and ehtertype hash table > resource release interface should be rte_hash_free instead of rte_free, and > the > previously registered interrupt handling function also needs to be removed > from the interrupt list. The patch is amended to use the correct interface to > release the hash table resource and release the interrupt handling function at > the same time. > > Fixes: 425c3325f0b0 ("net/i40e: store tunnel filter") > Fixes: 5c53c82c8174 ("net/i40e: store flow director filter") > Cc: sta...@dpdk.org > > Signed-off-by: Qiming Chen <chenqiming_hua...@163.com> Acked-by: Qi Zhang <qi.z.zh...@intel.com> Applied to dpdk-next-net-intel. Thanks Qi