numam-dpdk/examples/ethtool
Thomas Monjalon 17fd714e80 examples/ethtool: include PCI header directly
In devargs rework, rte_pci.h won't be included by rte_ethdev.h
(via rte_devargs.h) anymore.

rte_ethtool_get_drvinfo() could use rte_devargs.name instead of
creating equivalent bus specific name.
For now, it is workarounded by just including rte_pci.h.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2017-07-09 00:05:42 +02:00
..
ethtool-app examples: adjust Rx and Tx descriptors to device limits 2017-07-08 18:47:00 +02:00
lib examples/ethtool: include PCI header directly 2017-07-09 00:05:42 +02:00
Makefile mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00