Re: [dpdk-dev] [PATCH v2] eal: read and parse device option separately

2017-08-02 Thread Gaƫtan Rivet
On Wed, Aug 02, 2017 at 04:29:13PM +0200, Thomas Monjalon wrote: > Hi Gaetan > > 02/08/2017 10:56, Gaetan Rivet: > > When the EAL parses the common options given to the application, > > not all subsystems are available. Some device drivers are registered > > afterward upon dynamic plugin loading.

Re: [dpdk-dev] [PATCH v2] eal: read and parse device option separately

2017-08-02 Thread Thomas Monjalon
Hi Gaetan 02/08/2017 10:56, Gaetan Rivet: > When the EAL parses the common options given to the application, > not all subsystems are available. Some device drivers are registered > afterward upon dynamic plugin loading. > > Devices using those drivers are thus unable to be parsed by any drivers

[dpdk-dev] [PATCH v2] eal: read and parse device option separately

2017-08-02 Thread Gaetan Rivet
When the EAL parses the common options given to the application, not all subsystems are available. Some device drivers are registered afterward upon dynamic plugin loading. Devices using those drivers are thus unable to be parsed by any drivers and are rejected. Store the device options first and