DPDK  24.03.0
rte_vxlan_gpe_hdr Struct Reference

#include <rte_vxlan.h>

Detailed Description

VXLAN-GPE protocol header (draft-ietf-nvo3-vxlan-gpe-05). Contains the 8-bit flag, 8-bit next-protocol, 24-bit VXLAN Network Identifier and Reserved fields (16 bits and 8 bits).

Definition at line 60 of file rte_vxlan.h.

Field Documentation

◆ vx_flags

uint8_t vx_flags

flag (8).

Definition at line 63 of file rte_vxlan.h.

◆ reserved

uint8_t reserved[2]

Reserved (16).

Definition at line 64 of file rte_vxlan.h.

◆ protocol

uint8_t protocol

next-protocol (8).

Definition at line 65 of file rte_vxlan.h.

◆ vx_vni

rte_be32_t vx_vni

VNI (24) + Reserved (8).

Definition at line 66 of file rte_vxlan.h.

◆ flags

uint8_t flags

Flags.

Definition at line 69 of file rte_vxlan.h.

◆ rsvd0

uint8_t rsvd0[2]

Reserved.

Definition at line 70 of file rte_vxlan.h.

◆ proto

uint8_t proto

Next protocol.

Definition at line 71 of file rte_vxlan.h.

◆ vni

uint8_t vni[3]

VXLAN identifier.

Definition at line 72 of file rte_vxlan.h.

◆ rsvd1

uint8_t rsvd1

Reserved.

Definition at line 73 of file rte_vxlan.h.


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