numam-dpdk/lib/librte_eal
Gaetan Rivet 39f403e0d5 devargs: restore device type API
Revert "devargs: make device types generic"

This commit broke the rte_devargs API by changing the meaning of
the rte_devtype enum.

Restore the previous API, unit tests and function calls.
Introduce parallel enum that acts as translation between previous API
and current structures.

Restoring the previous API means that -w and -b are not usable anymore
with any bus having implemented the "parse" operation. Only PCI devices
can be used with -w and -b, virtual devices are declared using vdev.

This (partially) reverts commit bd279a7936.

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
2017-07-20 00:40:28 +03:00
..
bsdapp bus/pci: use given name as generic name 2017-07-20 00:40:28 +03:00
common devargs: restore device type API 2017-07-20 00:40:28 +03:00
linuxapp bus/pci: use given name as generic name 2017-07-20 00:40:28 +03:00
Makefile mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00