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