]> git.droids-corp.org - dpdk.git/commitdiff
app/testpmd: include PCI header directly
authorGaetan Rivet <gaetan.rivet@6wind.com>
Fri, 7 Jul 2017 00:04:24 +0000 (02:04 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 8 Jul 2017 22:03:45 +0000 (00:03 +0200)
In devargs rework, rte_pci.h won't be included
via rte_devargs.h anymore.

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
app/test-pmd/testpmd.h

index 368a129fc2909e82dc19c4f58d23970ff9918f06..9ccfb6d00fc8aac92c7ff0d326695ded2d4a588f 100644 (file)
@@ -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