DPDK  24.03.0
rte_flow_item_vxlan_gpe Struct Reference

#include <rte_flow.h>

Detailed Description

RTE_FLOW_ITEM_TYPE_VXLAN_GPE (draft-ietf-nvo3-vxlan-gpe-05).

Matches a VXLAN-GPE header.

Definition at line 1353 of file rte_flow.h.

Field Documentation

◆ flags

uint8_t flags

Normally 0x0c (I and P flags).

Definition at line 1360 of file rte_flow.h.

◆ rsvd0

uint8_t rsvd0[2]

Reserved, normally 0x0000.

Definition at line 1361 of file rte_flow.h.

◆ protocol

uint8_t protocol

Protocol type.

Definition at line 1362 of file rte_flow.h.

◆ vni

uint8_t vni[3]

VXLAN identifier.

Definition at line 1363 of file rte_flow.h.

◆ rsvd1

uint8_t rsvd1

Reserved, normally 0x00.

Definition at line 1364 of file rte_flow.h.


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