Re: [dpdk-dev] [PATCH v11 00/25] Device querying

2018-07-15 Thread Thomas Monjalon
11/07/2018 23:44, Gaetan Rivet: > Gaetan Rivet (25): > devargs: use rte-log functions > devargs: add non-variadic parsing function > kvargs: remove error logs > kvargs: build before EAL > kvargs: introduce a more flexible parsing function > eal: introduce dtor macros > eal: introduce

[dpdk-dev] [PATCH v11 00/25] Device querying

2018-07-11 Thread Gaetan Rivet
This patchset introduces a new EAL API for querying devices, filtered by arbitrary properties. The following elements are introduced to this end: * A new object, "rte_class", is used to describe the device class abstraction layer (eth, crypto, ...). * Both rte_bus and rte_class now offer a