DPDK  24.03.0
Data Fields
rte_flow_field_data Struct Reference

#include <rte_flow.h>

Data Fields

enum rte_flow_field_id field
 
uint8_t level
 
uint8_t tag_index
 
uint8_t type
 
rte_be16_t class_id
 
uint32_t offset
 
uint8_t value [16]
 
void * pvalue
 

Detailed Description

Warning
EXPERIMENTAL: this structure may change without prior notice.

Packet header field descriptions, used by RTE_FLOW_ACTION_TYPE_MODIFY_FIELD and RTE_FLOW_ITEM_TYPE_COMPARE.

Definition at line 2440 of file rte_flow.h.

Field Documentation

◆ field

enum rte_flow_field_id field

Field or memory type ID.

Definition at line 2441 of file rte_flow.h.

◆ level

uint8_t level

Packet encapsulation level containing the field to modify.

  • 0 requests the default behavior. Depending on the packet type, it can mean outermost, innermost or anything in between.

    It basically stands for the innermost encapsulation level. Modification can be performed according to PMD and device capabilities.

  • 1 requests modification to be performed on the outermost packet encapsulation level.
  • 2 and subsequent values request modification to be performed on the specified inner packet encapsulation level, from outermost to innermost (lower to higher values).

Values other than 0 are not necessarily supported.

Note
that for MPLS field, encapsulation level also include tunnel since MPLS may appear in outer, inner or tunnel.

Definition at line 2481 of file rte_flow.h.

◆ tag_index

uint8_t tag_index

Tag index array inside encapsulation level. Used for VLAN, MPLS or TAG types.

Definition at line 2488 of file rte_flow.h.

◆ type

uint8_t type

Geneve option type.

Definition at line 2499 of file rte_flow.h.

◆ class_id

rte_be16_t class_id

Geneve option class.

Definition at line 2503 of file rte_flow.h.

◆ offset

uint32_t offset

Number of bits to skip from a field.

Definition at line 2510 of file rte_flow.h.

◆ value

uint8_t value[16]

Immediate value for RTE_FLOW_FIELD_VALUE, presented in the same byte order and length as in relevant rte_flow_item_xxx. The immediate source bitfield offset is inherited from the destination's one.

Definition at line 2518 of file rte_flow.h.

◆ pvalue

void* pvalue

Memory address for RTE_FLOW_FIELD_POINTER, memory layout should be the same as for relevant field in the rte_flow_item_xxx structure.

Definition at line 2524 of file rte_flow.h.


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