git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d3c6b2
)
app/testpmd: include PCI header directly
author
Gaetan Rivet
<gaetan.rivet@6wind.com>
Fri, 7 Jul 2017 00:04:24 +0000
(
02:04
+0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/app/test-pmd/testpmd.h
b/app/test-pmd/testpmd.h
index
368a129
..
9ccfb6d
100644
(file)
--- a/
app/test-pmd/testpmd.h
+++ b/
app/test-pmd/testpmd.h
@@
-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