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:
6477966
)
net/mlx5: include PCI header directly
author
Gaetan Rivet
<gaetan.rivet@6wind.com>
Fri, 7 Jul 2017 00:04:20 +0000
(
02:04
+0200)
committer
Thomas Monjalon
<thomas@monjalon.net>
Sat, 8 Jul 2017 22:02:55 +0000
(
00:02
+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/mlx5/mlx5.h
patch
|
blob
|
history
diff --git
a/drivers/net/mlx5/mlx5.h
b/drivers/net/mlx5/mlx5.h
index
aa8a1a0
..
f16f778
100644
(file)
--- a/
drivers/net/mlx5/mlx5.h
+++ b/
drivers/net/mlx5/mlx5.h
@@
-54,6
+54,7
@@
#ifdef PEDANTIC
#pragma GCC diagnostic ignored "-Wpedantic"
#endif
+#include <rte_pci.h>
#include <rte_ether.h>
#include <rte_ethdev.h>
#include <rte_spinlock.h>