Loading...
Searching...
No Matches
Go to the documentation of this file.
25#define RTE_VXLAN_DEFAULT_PORT 4789
26#define RTE_VXLAN_GPE_DEFAULT_PORT 4790
50#define RTE_ETHER_VXLAN_HLEN \
51 (sizeof(struct rte_udp_hdr) + sizeof(struct rte_vxlan_hdr))
79#define RTE_ETHER_VXLAN_GPE_HLEN (sizeof(struct rte_udp_hdr) + \
80 sizeof(struct rte_vxlan_gpe_hdr))
83#define RTE_VXLAN_GPE_TYPE_IPV4 1
84#define RTE_VXLAN_GPE_TYPE_IPV6 2
85#define RTE_VXLAN_GPE_TYPE_ETH 3
86#define RTE_VXLAN_GPE_TYPE_NSH 4
87#define RTE_VXLAN_GPE_TYPE_MPLS 5
88#define RTE_VXLAN_GPE_TYPE_GBP 6
89#define RTE_VXLAN_GPE_TYPE_VBNG 7