Re: [dpdk-dev] [PATCH 1/3] net/failsafe: fix removal handling lack

2017-11-06 Thread Gaƫtan Rivet
Hello Matan, On Thu, Nov 02, 2017 at 03:42:02PM +, 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

[dpdk-dev] [PATCH 1/3] net/failsafe: fix removal handling lack

2017-11-02 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. In previous code this error is reported to the appl