DPDK  24.03.0
rte_vxlan_hdr Struct Reference

#include <rte_vxlan.h>

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 34 of file rte_vxlan.h.

Field Documentation

◆ vx_flags

rte_be32_t vx_flags

flags (8) + Reserved (24).

Definition at line 37 of file rte_vxlan.h.

◆ vx_vni

rte_be32_t vx_vni

VNI (24) + Reserved (8).

Definition at line 38 of file rte_vxlan.h.

◆ flags

uint8_t flags

Should be 8 (I flag).

Definition at line 41 of file rte_vxlan.h.

◆ rsvd0

uint8_t rsvd0[3]

Reserved.

Definition at line 42 of file rte_vxlan.h.

◆ vni

uint8_t vni[3]

VXLAN identifier.

Definition at line 43 of file rte_vxlan.h.

◆ rsvd1

uint8_t rsvd1

Reserved.

Definition at line 44 of file rte_vxlan.h.


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