DPDK
24.07.0
|
#include <rte_vxlan.h>
VXLAN protocol header. Contains the 8-bit flag, 24-bit VXLAN Network Identifier and Reserved fields (24 bits and 8 bits)
Definition at line 35 of file rte_vxlan.h.
rte_be32_t vx_flags |
flags (8 bits) + extensions (24 bits).
Definition at line 37 of file rte_vxlan.h.
uint8_t flags |
Default is I bit, others are extensions.
Definition at line 40 of file rte_vxlan.h.
uint8_t flag_g |
GBP bit.
Definition at line 43 of file rte_vxlan.h.
uint8_t flag_ver |
GPE Protocol Version.
Definition at line 43 of file rte_vxlan.h.
uint8_t flag_i |
VNI bit.
Definition at line 43 of file rte_vxlan.h.
uint8_t flag_p |
GPE Next Protocol bit.
Definition at line 43 of file rte_vxlan.h.
uint8_t flag_b |
GPE Ingress-Replicated BUM.
Definition at line 43 of file rte_vxlan.h.
uint8_t flag_o |
GPE OAM Packet bit.
Definition at line 43 of file rte_vxlan.h.
uint8_t flag_d |
GBP Don't Learn bit.
Definition at line 65 of file rte_vxlan.h.
uint8_t flag_a |
GBP Applied bit.
Definition at line 65 of file rte_vxlan.h.
uint16_t policy_id |
GBP Identifier.
Definition at line 78 of file rte_vxlan.h.
uint8_t proto |
GPE Next protocol.
Definition at line 81 of file rte_vxlan.h.
rte_be32_t vx_vni |
VNI (24 bits) + reserved (8 bits).
Definition at line 94 of file rte_vxlan.h.
uint8_t vni[3] |
VXLAN Identifier.
Definition at line 96 of file rte_vxlan.h.
uint8_t rsvd1 |
Reserved.
Definition at line 98 of file rte_vxlan.h.
uint8_t last_rsvd |
Reserved.
Definition at line 99 of file rte_vxlan.h.