DPDK  24.03.0
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
 
uint16_t host_port_id
 
uint32_t nb_quotas
 
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 5545 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 5550 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 5555 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 5560 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 5565 of file rte_flow.h.

◆ host_port_id

uint16_t host_port_id

Port to base shared objects on.

Definition at line 5569 of file rte_flow.h.

◆ nb_quotas

uint32_t nb_quotas

Maximum number of quota actions.

See also
RTE_FLOW_ACTION_TYPE_QUOTA

Definition at line 5574 of file rte_flow.h.

◆ flags

uint32_t flags

Port flags (RTE_FLOW_PORT_FLAG_*).

Definition at line 5578 of file rte_flow.h.


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