DPDK  19.11.14
Data Fields
rte_vxlan_hdr Struct Reference

#include <rte_vxlan.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)

Definition at line 31 of file rte_vxlan.h.

Field Documentation

◆ vx_flags

uint32_t vx_flags

flag (8) + Reserved (24).

Examples:
examples/tep_termination/vxlan.c.

Definition at line 32 of file rte_vxlan.h.

◆ vx_vni

uint32_t vx_vni

VNI (24) + Reserved (8).

Examples:
examples/tep_termination/vxlan.c.

Definition at line 33 of file rte_vxlan.h.


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