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:
5f08883
)
net/e1000: include PCI header directly
author
Gaetan Rivet
<gaetan.rivet@6wind.com>
Fri, 7 Jul 2017 00:04:21 +0000
(
02:04
+0200)
committer
Thomas Monjalon
<thomas@monjalon.net>
Sat, 8 Jul 2017 22:03:09 +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>
drivers/net/e1000/e1000_ethdev.h
patch
|
blob
|
history
diff --git
a/drivers/net/e1000/e1000_ethdev.h
b/drivers/net/e1000/e1000_ethdev.h
index
85fd1a0
..
5668910
100644
(file)
--- a/
drivers/net/e1000/e1000_ethdev.h
+++ b/
drivers/net/e1000/e1000_ethdev.h
@@
-34,6
+34,7
@@
#ifndef _E1000_ETHDEV_H_
#define _E1000_ETHDEV_H_
#include <rte_time.h>
+#include <rte_pci.h>
#define E1000_INTEL_VENDOR_ID 0x8086