Re: [dpdk-dev] [PATCH v7 0/6] Fail-safe\ethdev: fix removal handling lack

2018-01-21 Thread Ferruh Yigit
On 1/20/2018 9:12 PM, Matan Azrad wrote: > There is time between the physical removal of the device until sub-device > PMDs get a RMV interrupt. > At this time DPDK PMDs and applications still don't know about the removal > and may call sub-device control operation which should return an error.

[dpdk-dev] [PATCH v7 0/6] Fail-safe\ethdev: fix removal handling lack

2018-01-20 Thread Matan Azrad
There is time between the physical removal of the device until sub-device PMDs get a RMV interrupt. At this time DPDK PMDs and applications still don't know about the removal and may call sub-device control operation which should return an error. This series adds new ethdev operation to check d