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:
85c18dc
)
test: include PCI header directly
author
Gaetan Rivet
<gaetan.rivet@6wind.com>
Fri, 7 Jul 2017 00:04:25 +0000
(
02:04
+0200)
committer
Thomas Monjalon
<thomas@monjalon.net>
Sat, 8 Jul 2017 22:05:06 +0000
(
00:05
+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>
test/test/virtual_pmd.c
patch
|
blob
|
history
diff --git
a/test/test/virtual_pmd.c
b/test/test/virtual_pmd.c
index
db99894
..
8e698bc
100644
(file)
--- a/
test/test/virtual_pmd.c
+++ b/
test/test/virtual_pmd.c
@@
-33,6
+33,7
@@
#include <rte_mbuf.h>
#include <rte_ethdev.h>
+#include <rte_pci.h>
#include <rte_malloc.h>
#include <rte_memcpy.h>
#include <rte_memory.h>