Re: [dpdk-dev] [PATCH 03/12] ethdev: add deferred intermediate device state

2017-03-03 Thread Stephen Hemminger
On Fri, 3 Mar 2017 16:40:25 +0100 Gaetan Rivet wrote: > This device state means that the device is managed externally, by > whichever party has set this state (PMD or application). > > Note: this new device state is only an information. The related device > structure and operators are still val

[dpdk-dev] [PATCH 03/12] ethdev: add deferred intermediate device state

2017-03-03 Thread Gaetan Rivet
This device state means that the device is managed externally, by whichever party has set this state (PMD or application). Note: this new device state is only an information. The related device structure and operators are still valid and can be used normally. It is however made private by device