Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_flow_item_flex_field - Man Page

Synopsis

#include <rte_flow.h>

Data Fields

enum rte_flow_item_flex_field_mode field_mode
uint32_t field_size
int32_t field_base
uint32_t offset_base
uint32_t offset_mask
int32_t offset_shift
uint32_t field_id:16
uint32_t reserved:16

Detailed Description

Warning

EXPERIMENTAL: this structure may change without prior notice

Definition at line 2181 of file rte_flow.h.

Field Documentation

enum rte_flow_item_flex_field_mode field_mode

Defines how match field offset is calculated over the packet.

Definition at line 2183 of file rte_flow.h.

uint32_t field_size

Field size in bits.

Definition at line 2184 of file rte_flow.h.

int32_t field_base

Field offset in bits.

Definition at line 2185 of file rte_flow.h.

uint32_t offset_base

Indirect offset field offset in bits.

Definition at line 2186 of file rte_flow.h.

uint32_t offset_mask

Indirect offset field bit mask.

Definition at line 2187 of file rte_flow.h.

int32_t offset_shift

Indirect offset multiply factor.

Definition at line 2188 of file rte_flow.h.

uint32_t field_id

Device hint, for multiple items in flow.

Definition at line 2189 of file rte_flow.h.

uint32_t reserved

Reserved field.

Definition at line 2190 of file rte_flow.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Info

Version 23.11.0 DPDK