Re: [dpdk-dev] [PATCH v5 1/6] ethdev: add devop to check removal status

2018-01-17 Thread Ferruh Yigit
On 1/17/2018 8:19 PM, Matan Azrad wrote: > There is time between the physical removal of the device until PMDs get > a RMV interrupt. At this time DPDK PMDs and applications still don't > know about the removal. > > Current removal detection is achieved only by registration to device RMV > event a

[dpdk-dev] [PATCH v5 1/6] ethdev: add devop to check removal status

2018-01-17 Thread Matan Azrad
There is time between the physical removal of the device until PMDs get a RMV interrupt. At this time DPDK PMDs and applications still don't know about the removal. Current removal detection is achieved only by registration to device RMV event and the notification comes asynchronously. So, there i