DPDK  22.07.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
 

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 4958 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 4963 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 4968 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 4973 of file rte_flow.h.


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