summaryrefslogtreecommitdiffstats
path: root/src/pal
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-10-28 14:32:05 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2016-10-28 14:39:56 +0200
commit111bd3664b91279883d9f8e2483e436cbdcf3d38 (patch)
treeaabbd949a315e5551903e6febd4c0460216d9636 /src/pal
parent1016c3d481dc9e2eb9ab03332aff441c03239614 (diff)
move port_attr from driver class to physical port class + small fixes according to code review
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'src/pal')
-rw-r--r--src/pal/linux_dpdk/rte_ethdev_includes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pal/linux_dpdk/rte_ethdev_includes.h b/src/pal/linux_dpdk/rte_ethdev_includes.h
index 025ce8fc..0429fe44 100644
--- a/src/pal/linux_dpdk/rte_ethdev_includes.h
+++ b/src/pal/linux_dpdk/rte_ethdev_includes.h
@@ -1 +1,6 @@
+#ifndef __RTE_ETHDEV_INCLUDES_H__
+#define __RTE_ETHDEV_INCLUDES_H__
+
#include <rte_ethdev.h>
+
+#endif /* __RTE_ETHDEV_INCLUDES_H__ */ \ No newline at end of file