DPDK  20.11.10
Data Fields
rte_vxlan_gpe_hdr Struct Reference

#include <rte_vxlan.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 47 of file rte_vxlan.h.

Field Documentation

◆ vx_flags

uint8_t vx_flags

flag (8).

Definition at line 48 of file rte_vxlan.h.

◆ reserved

uint8_t reserved[2]

Reserved (16).

Definition at line 49 of file rte_vxlan.h.

◆ proto

uint8_t proto

next-protocol (8).

Definition at line 50 of file rte_vxlan.h.

◆ vx_vni

uint32_t vx_vni

VNI (24) + Reserved (8).

Definition at line 51 of file rte_vxlan.h.


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