> -----Original Message----- > From: dev <[email protected]> On Behalf Of > [email protected] > Sent: Saturday, August 21, 2021 5:45 PM > To: [email protected] > Cc: Xing, Beilei <[email protected]>; Qiming Chen > <[email protected]>; [email protected] > Subject: [dpdk-dev] [PATCH] net/i40e: fix dev startup resource release problem > > From: Qiming Chen <[email protected]> > > 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: [email protected] > > Signed-off-by: Qiming Chen <[email protected]> Acked-by: Qi Zhang <[email protected]> Applied to dpdk-next-net-intel. Thanks Qi

