Re: [dpdk-dev] [PATCH v5 2/3] net/failsafe: fix removal scope

2018-02-08 Thread Matan Azrad
Hi Gaetan From: Gaëtan Rivet, Thursday, February 8, 2018 7:20 PM > Hi Matan, > > Thanks for dealing with this. > > On Thu, Feb 08, 2018 at 04:34:12PM +, Matan Azrad wrote: > > Fail-safe PMD uses per sub-device flag called "remove" to indicate the > > scope where the sub-device isn't synchron

Re: [dpdk-dev] [PATCH v5 2/3] net/failsafe: fix removal scope

2018-02-08 Thread Gaëtan Rivet
Hi Matan, Thanks for dealing with this. On Thu, Feb 08, 2018 at 04:34:12PM +, Matan Azrad wrote: > Fail-safe PMD uses per sub-device flag called "remove" to indicate the > scope where the sub-device isn't synchronized with the fail-safe state. > > This flag is set when fail-safe gets RMV not

[dpdk-dev] [PATCH v5 2/3] net/failsafe: fix removal scope

2018-02-08 Thread Matan Azrad
Fail-safe PMD uses per sub-device flag called "remove" to indicate the scope where the sub-device isn't synchronized with the fail-safe state. This flag is set when fail-safe gets RMV notification about the physical removal of the sub-device and should be unset when the sub-device completes all th