DPDK  19.08.2
Data Fields
rte_vxlan_hdr Struct Reference

#include <rte_ether.h>

Data Fields

uint32_t vx_flags
 
uint32_t vx_vni
 

Detailed Description

VXLAN protocol header. Contains the 8-bit flag, 24-bit VXLAN Network Identifier and Reserved fields (24 bits and 8 bits)

Examples:
examples/tep_termination/vxlan.c.

Definition at line 293 of file rte_ether.h.

Field Documentation

uint32_t vx_flags

flag (8) + Reserved (24).

Examples:
examples/tep_termination/vxlan.c.

Definition at line 294 of file rte_ether.h.

uint32_t vx_vni

VNI (24) + Reserved (8).

Examples:
examples/tep_termination/vxlan.c.

Definition at line 295 of file rte_ether.h.


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