Re: [dpdk-dev] [PATCH v6 0/3] cleanup ethdev close operation

2020-10-20 Thread Bruce Richardson
On Fri, Oct 16, 2020 at 06:55:19PM +0100, Ferruh Yigit wrote: > On 10/16/2020 2:32 PM, Thomas Monjalon wrote: > > Most of the patches from the v3 have been merged already. The > > remaining 3 patches are reworked in v4: - reset dev_started in some > > PMDs - selectively reset pointers in rte_eth_d

Re: [dpdk-dev] [PATCH v6 0/3] cleanup ethdev close operation

2020-10-16 Thread Ferruh Yigit
On 10/16/2020 2:32 PM, Thomas Monjalon wrote: Most of the patches from the v3 have been merged already. The remaining 3 patches are reworked in v4: - reset dev_started in some PMDs - selectively reset pointers in rte_eth_dev_release_port() - fix error handling v5: change error code to E

[dpdk-dev] [PATCH v6 0/3] cleanup ethdev close operation

2020-10-16 Thread Thomas Monjalon
Most of the patches from the v3 have been merged already. The remaining 3 patches are reworked in v4: - reset dev_started in some PMDs - selectively reset pointers in rte_eth_dev_release_port() - fix error handling v5: change error code to ENODEV if wrong port id v6: - use eth_err() in rte_e