[dpdk-dev] [PATCH v2 05/14] net/ixgbe: properly reference PCI header

Gaetan Rivet gaetan.rivet at 6wind.com
Wed May 24 18:16:40 CEST 2017


From: Gaetan Rivet <g.rivet2 at gmail.com>

Signed-off-by: Gaetan Rivet <g.rivet2 at gmail.com>
---
 drivers/net/ixgbe/ixgbe_ethdev.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ixgbe/ixgbe_ethdev.h b/drivers/net/ixgbe/ixgbe_ethdev.h
index b576a6f..fc39a3e 100644
--- a/drivers/net/ixgbe/ixgbe_ethdev.h
+++ b/drivers/net/ixgbe/ixgbe_ethdev.h
@@ -39,6 +39,7 @@
 #include "ixgbe_bypass.h"
 #include <rte_time.h>
 #include <rte_hash.h>
+#include <rte_pci.h>
 
 /* need update link, bit flag */
 #define IXGBE_FLAG_NEED_LINK_UPDATE (uint32_t)(1 << 0)
-- 
2.1.4



More information about the dev mailing list