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

2017-08-03 Thread Thomas Monjalon
02/08/2017 19:10, 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 r

[dpdk-dev] [PATCH v3] 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