Sponsor:

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

rte_flow_item_flex_conf - Man Page

Synopsis

#include <rte_flow.h>

Data Fields

enum rte_flow_item_flex_tunnel_mode tunnel
struct rte_flow_item_flex_field next_header
struct rte_flow_item_flex_field next_protocol
struct rte_flow_item_flex_field * sample_data
uint32_t nb_samples
struct rte_flow_item_flex_link * input_link
uint32_t nb_inputs
struct rte_flow_item_flex_link * output_link
uint32_t nb_outputs

Detailed Description

Warning

EXPERIMENTAL: this structure may change without prior notice

Definition at line 2215 of file rte_flow.h.

Field Documentation

enum rte_flow_item_flex_tunnel_mode tunnel

Specifies the flex item and tunnel relations and tells the PMD whether flex item can be used for inner, outer or both headers, or whether flex item presents the tunnel protocol itself.

Definition at line 2221 of file rte_flow.h.

struct rte_flow_item_flex_field next_header

The next header offset, it presents the network header size covered by the flex item and can be obtained with all supported offset calculating methods (fixed, dedicated field, bitmask, etc).

Definition at line 2227 of file rte_flow.h.

struct rte_flow_item_flex_field next_protocol

Specifies the next protocol field to match with link next protocol values and continue packet parsing with matching link.

Definition at line 2232 of file rte_flow.h.

struct rte_flow_item_flex_field* sample_data

The fields will be sampled and presented for explicit match with pattern in the rte_flow_flex_item. There can be multiple fields descriptors, the number should be specified by nb_samples.

Definition at line 2238 of file rte_flow.h.

uint32_t nb_samples

Number of field descriptors in the sample_data array.

Definition at line 2240 of file rte_flow.h.

uint32_t nb_inputs

Number of link descriptors in the input link array.

Definition at line 2250 of file rte_flow.h.

uint32_t nb_outputs

Number of link descriptors in the output link array.

Definition at line 2258 of file rte_flow.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Info

Version 23.11.0 DPDK