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