diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-10-28 14:32:05 +0200 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-10-28 14:39:56 +0200 |
commit | 111bd3664b91279883d9f8e2483e436cbdcf3d38 (patch) | |
tree | aabbd949a315e5551903e6febd4c0460216d9636 /src/pal/linux_dpdk/rte_ethdev_includes.h | |
parent | 1016c3d481dc9e2eb9ab03332aff441c03239614 (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/linux_dpdk/rte_ethdev_includes.h')
-rw-r--r-- | src/pal/linux_dpdk/rte_ethdev_includes.h | 5 |
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 |