> -----Original Message----- > From: Yunjian Wang <wangyunj...@huawei.com> > Sent: Friday, September 17, 2021 19:25 > To: dev@dpdk.org > Cc: Wang, Haiyue <haiyue.w...@intel.com>; Xing, Beilei > <beilei.x...@intel.com>; Yang, Qiming > <qiming.y...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>; > dingxiaoxi...@huawei.com; Yunjian Wang > <wangyunj...@huawei.com> > Subject: [dpdk-dev] [PATCH 4/4] net/ixgbe: delete HW rings when releasing > queues > > Normally when closing the device the queue memzone should be > freed. But the memzone will be not freed, when device setup > ops like: > - rte_eth_bond_slave_remove > - rte_eth_dev_internal_reset > - eth_dev_rx_queue_config > - dev_rx_queue_release > - dev_close > - dev_free_queues >
What's these ops ? function call flow ? And where these names from ? > In order to free the memzone, we can release the memzone > when releasing queues. > > Signed-off-by: Yunjian Wang <wangyunj...@huawei.com> > --- > -- > 2.23.0