DPDK
20.05.0
|
#include <rte_vxlan.h>
Data Fields | |
uint32_t | vx_flags |
uint32_t | vx_vni |
VXLAN protocol header. Contains the 8-bit flag, 24-bit VXLAN Network Identifier and Reserved fields (24 bits and 8 bits)
Definition at line 31 of file rte_vxlan.h.
uint32_t vx_flags |
flag (8) + Reserved (24).
Definition at line 32 of file rte_vxlan.h.
uint32_t vx_vni |
VNI (24) + Reserved (8).
Definition at line 33 of file rte_vxlan.h.