DPDK
23.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 34 of file rte_vxlan.h.
rte_be32_t vx_flags |
flags (8) + Reserved (24).
Definition at line 37 of file rte_vxlan.h.
rte_be32_t vx_vni |
VNI (24) + Reserved (8).
Definition at line 38 of file rte_vxlan.h.
uint8_t flags |
Should be 8 (I flag).
Definition at line 41 of file rte_vxlan.h.
uint8_t rsvd0[3] |
Reserved.
Definition at line 42 of file rte_vxlan.h.
uint8_t vni[3] |
VXLAN identifier.
Definition at line 43 of file rte_vxlan.h.
uint8_t rsvd1 |
Reserved.
Definition at line 44 of file rte_vxlan.h.