DPDK  2.0.0
Data Fields
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)

Field Documentation

uint32_t vx_flags

flag (8) + Reserved (24).

uint32_t vx_vni

VNI (24) + Reserved (8).


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