Go to the documentation of this file.
24 #define RTE_VXLAN_DEFAULT_PORT 4789
37 #define RTE_ETHER_VXLAN_HLEN \
38 (sizeof(struct rte_udp_hdr) + sizeof(struct rte_vxlan_hdr))
54 #define RTE_ETHER_VXLAN_GPE_HLEN (sizeof(struct rte_udp_hdr) + \
55 sizeof(struct rte_vxlan_gpe_hdr))
58 #define RTE_VXLAN_GPE_TYPE_IPV4 1
59 #define RTE_VXLAN_GPE_TYPE_IPV6 2
60 #define RTE_VXLAN_GPE_TYPE_ETH 3
61 #define RTE_VXLAN_GPE_TYPE_NSH 4
62 #define RTE_VXLAN_GPE_TYPE_MPLS 5
63 #define RTE_VXLAN_GPE_TYPE_GBP 6
64 #define RTE_VXLAN_GPE_TYPE_VBNG 7