Re: [dpdk-dev] [PATCH] net/failsafe: fix reconfiguration

2018-02-12 Thread Gaƫtan Rivet
Hi Matan, On Sun, Feb 11, 2018 at 05:27:34PM +, Matan Azrad wrote: > Fail-safe PMD manages the states of its sub-devices gradually: > DEV_UNDEFINED, DEV_PARSED, DEV_PROBED, DEV_ACTIVE, DEV_STARTED. > > When the sub-device arguments successfully was parsed, the state is > raised from DEV_UNDEF

[dpdk-dev] [PATCH] net/failsafe: fix reconfiguration

2018-02-11 Thread Matan Azrad
Fail-safe PMD manages the states of its sub-devices gradually: DEV_UNDEFINED, DEV_PARSED, DEV_PROBED, DEV_ACTIVE, DEV_STARTED. When the sub-device arguments successfully was parsed, the state is raised from DEV_UNDEFINED to DEV_PARSED. When the sub-device successfully was probed, the state is rais