[dpdk-dev] [PATCH v2 02/11] devices-args: introduce rte_devargs in eal

2014-04-10 Thread Thomas Monjalon
2014-03-01 13:14, Olivier Matz: > This commit introduces a new API for storing device arguments given by > the user. It only adds the framework and the test. The modification of > EAL to use this new module is done in next commit. > > The final goals: > > - unify pci-blacklist, pci-whitelist, and

[dpdk-dev] [PATCH v2 02/11] devices-args: introduce rte_devargs in eal

2014-03-01 Thread Olivier Matz
This commit introduces a new API for storing device arguments given by the user. It only adds the framework and the test. The modification of EAL to use this new module is done in next commit. The final goals: - unify pci-blacklist, pci-whitelist, and virtual devices arguments in one file - all