DPDK  19.08.0-rc0
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 327 of file rte_ether.h.

Field Documentation

◆ vx_flags

uint8_t vx_flags

flag (8).

Definition at line 328 of file rte_ether.h.

◆ reserved

uint8_t reserved[2]

Reserved (16).

Definition at line 329 of file rte_ether.h.

◆ proto

uint8_t proto

next-protocol (8).

Definition at line 330 of file rte_ether.h.

◆ vx_vni

uint32_t vx_vni

VNI (24) + Reserved (8).

Definition at line 331 of file rte_ether.h.


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