app/testpmd: include PCI header directly
In devargs rework, rte_pci.h won't be included via rte_devargs.h anymore. Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
This commit is contained in:
parent
4d3c6b2ae8
commit
85c18dcb5c
@ -34,6 +34,8 @@
|
||||
#ifndef _TESTPMD_H_
|
||||
#define _TESTPMD_H_
|
||||
|
||||
#include <rte_pci.h>
|
||||
|
||||
#define RTE_PORT_ALL (~(portid_t)0x0)
|
||||
|
||||
#define RTE_TEST_RX_DESC_MAX 2048
|
||||
|
Loading…
x
Reference in New Issue
Block a user