DPDK
18.05.1
|
#include <rte_ether.h>
Data Fields | |
uint8_t | vx_flags |
uint8_t | reserved [2] |
uint8_t | proto |
uint32_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 318 of file rte_ether.h.
uint8_t vx_flags |
flag (8).
Definition at line 319 of file rte_ether.h.
uint8_t reserved[2] |
Reserved (16).
Definition at line 320 of file rte_ether.h.
uint8_t proto |
next-protocol (8).
Definition at line 321 of file rte_ether.h.
uint32_t vx_vni |
VNI (24) + Reserved (8).
Definition at line 322 of file rte_ether.h.