DPDK  22.11.5
Data Fields
rte_flow_port_attr Struct Reference

#include <rte_flow.h>

Data Fields

uint32_t nb_counters
 
uint32_t nb_aging_objects
 
uint32_t nb_meters
 
uint32_t nb_conn_tracks
 
uint32_t flags
 

Detailed Description

Warning
EXPERIMENTAL: this API may change without prior notice.

Flow engine resources settings. The zero value means on demand resource allocations only.

Definition at line 4914 of file rte_flow.h.

Field Documentation

◆ nb_counters

uint32_t nb_counters

Number of counters to configure.

See also
RTE_FLOW_ACTION_TYPE_COUNT

Definition at line 4919 of file rte_flow.h.

◆ nb_aging_objects

uint32_t nb_aging_objects

Number of aging objects to configure.

See also
RTE_FLOW_ACTION_TYPE_AGE

Definition at line 4924 of file rte_flow.h.

◆ nb_meters

uint32_t nb_meters

Number of traffic meters to configure.

See also
RTE_FLOW_ACTION_TYPE_METER

Definition at line 4929 of file rte_flow.h.

◆ nb_conn_tracks

uint32_t nb_conn_tracks

Number of connection trackings to configure.

See also
RTE_FLOW_ACTION_TYPE_CONNTRACK

Definition at line 4934 of file rte_flow.h.

◆ flags

uint32_t flags

Port flags (RTE_FLOW_PORT_FLAG_*).

Definition at line 4938 of file rte_flow.h.


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