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

Thomas Monjalon thomas at monjalon.net
Thu Aug 3 19:57:41 CEST 2017


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 rejected.
> 
> Store the device options first and keep them for later processing.
> Parse these right before initializing the buses, the drivers must have
> been stabilized at this point.
> 
> Signed-off-by: Gaetan Rivet <gaetan.rivet at 6wind.com>
> Tested-by: Dirk-Holger Lenz <dirk.lenz at ng4t.com>

Applied, thanks



More information about the dev mailing list