DPDK 22.11.5
|
#include <rte_vxlan.h>
Data Fields | |
uint8_t | vx_flags |
uint8_t | reserved [2] |
uint8_t | proto |
rte_be32_t | vx_vni |
VXLAN-GPE protocol header (draft-ietf-nvo3-vxlan-gpe-05). Contains the 8-bit flag, 8-bit next-protocol, 24-bit VXLAN Network Identifier and Reserved fields (16 bits and 8 bits).
Definition at line 48 of file rte_vxlan.h.
uint8_t vx_flags |
flag (8).
Definition at line 49 of file rte_vxlan.h.
uint8_t reserved[2] |
Reserved (16).
Definition at line 50 of file rte_vxlan.h.
uint8_t proto |
next-protocol (8).
Definition at line 51 of file rte_vxlan.h.
rte_be32_t vx_vni |
VNI (24) + Reserved (8).
Definition at line 52 of file rte_vxlan.h.