DOKK / manpages / debian 13 / dpdk-doc / rte_vxlan_hdr.3.en
rte_vxlan_hdr(3) Library Functions Manual rte_vxlan_hdr(3)

rte_vxlan_hdr

#include <rte_vxlan.h>

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

Definition at line 30 of file rte_vxlan.h.

rte_be32_t vx_flags

flags (8 bits) + extensions (24 bits).

Definition at line 32 of file rte_vxlan.h.

Default is I bit, others are extensions.

Definition at line 35 of file rte_vxlan.h.

GBP bit.

Definition at line 38 of file rte_vxlan.h.

GPE Protocol Version.

Definition at line 40 of file rte_vxlan.h.

VNI bit.

Definition at line 41 of file rte_vxlan.h.

GPE Next Protocol bit.

Definition at line 42 of file rte_vxlan.h.

GPE Ingress-Replicated BUM.

Definition at line 43 of file rte_vxlan.h.

GPE OAM Packet bit.

Definition at line 44 of file rte_vxlan.h.

GBP Don't Learn bit.

Definition at line 61 of file rte_vxlan.h.

GBP Applied bit.

Definition at line 63 of file rte_vxlan.h.

GBP Identifier.

Definition at line 73 of file rte_vxlan.h.

GPE Next protocol.

Definition at line 76 of file rte_vxlan.h.

rte_be32_t vx_vni

VNI (24 bits) + reserved (8 bits).

Definition at line 89 of file rte_vxlan.h.

VXLAN Identifier.

Definition at line 91 of file rte_vxlan.h.

Reserved.

Definition at line 93 of file rte_vxlan.h.

Reserved.

Definition at line 94 of file rte_vxlan.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK