Re: [dpdk-dev] [RFC V1] ethdev: fix the issue that dev uninit may be called twice

2021-08-23 Thread Huisong Li
Hi, Singh, Aman Deep Sorry, I missed your review. Thank you for your review.😁 在 2021/8/18 17:47, Singh, Aman Deep 写道: Hi Huison, On 8/2/2021 6:16 PM, Huisong Li wrote: Ethernet devices in DPDK can be released by rte_eth_dev_close() and rte_dev_remove(). However, these two APIs do not have ex

Re: [dpdk-dev] [RFC V1] ethdev: fix the issue that dev uninit may be called twice

2021-08-18 Thread Singh, Aman Deep
Hi Huison, On 8/2/2021 6:16 PM, Huisong Li wrote: Ethernet devices in DPDK can be released by rte_eth_dev_close() and rte_dev_remove(). However, these two APIs do not have explicit invocation restrictions. In other words, at the ethdev layer, calling rte_eth_dev_close() and then rte_dev_remove()