Re: [dpdk-dev] [PATCH v2 11/11] ethdev: fix port removal notification timing

2018-05-10 Thread Andrew Rybchenko
On 05/10/2018 01:43 AM, Thomas Monjalon wrote: From: Matan Azrad When an ethdev port is released, a destroy event is triggered to notify the users about the released port. A bit before the destroy event is triggered, the port becomes invalid by changing its state to UNUSED and cleaning its dat

[dpdk-dev] [PATCH v2 11/11] ethdev: fix port removal notification timing

2018-05-09 Thread Thomas Monjalon
From: Matan Azrad When an ethdev port is released, a destroy event is triggered to notify the users about the released port. A bit before the destroy event is triggered, the port becomes invalid by changing its state to UNUSED and cleaning its data. Therefore, the port is invalid for the destroy