DPDK  19.08.2
Data Fields
rte_vxlan_gpe_hdr Struct Reference

#include <rte_ether.h>

Data Fields

uint8_t vx_flags
 
uint8_t reserved [2]
 
uint8_t proto
 
uint32_t vx_vni
 

Detailed Description

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 325 of file rte_ether.h.

Field Documentation

uint8_t vx_flags

flag (8).

Definition at line 326 of file rte_ether.h.

uint8_t reserved[2]

Reserved (16).

Definition at line 327 of file rte_ether.h.

uint8_t proto

next-protocol (8).

Definition at line 328 of file rte_ether.h.

uint32_t vx_vni

VNI (24) + Reserved (8).

Definition at line 329 of file rte_ether.h.


The documentation for this struct was generated from the following file: