Re: [dpdk-dev] [PATCH v7 0/5] drivers/net: release port upon close

2019-09-27 Thread Ye Xiaolong
On 09/27, Di ChenxuX wrote: >Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources > for the port can be freed by rte_eth_dev_close(). >This patch cover all the intel drivers. > >--- >V7 changes: > Modified code on the last commit. >V6 changes: > Fixed check error. >V5 changes: >

[dpdk-dev] [PATCH v7 0/5] drivers/net: release port upon close

2019-09-27 Thread Di ChenxuX
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources for the port can be freed by rte_eth_dev_close(). This patch cover all the intel drivers. --- V7 changes: Modified code on the last commit. V6 changes: Fixed check error. V5 changes: Added code in em_ethdev.c. Separated