> -----Original Message----- > From: Yunjian Wang <[email protected]> > Sent: Friday, September 17, 2021 19:25 > To: [email protected] > Cc: Wang, Haiyue <[email protected]>; Xing, Beilei > <[email protected]>; Yang, Qiming > <[email protected]>; Zhang, Qi Z <[email protected]>; > [email protected]; Yunjian Wang > <[email protected]> > 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 <[email protected]> > --- > -- > 2.23.0

