DPDK  22.07.0
Data Fields
rte_flow_port_info Struct Reference

#include <rte_flow.h>

Data Fields

uint32_t max_nb_queues
 
uint32_t max_nb_counters
 
uint32_t max_nb_aging_objects
 
uint32_t max_nb_meters
 

Detailed Description

Warning
EXPERIMENTAL: this API may change without prior notice.

Information about flow engine resources. The zero value means a resource is not supported.

Definition at line 4885 of file rte_flow.h.

Field Documentation

◆ max_nb_queues

uint32_t max_nb_queues

Maximum number of queues for asynchronous operations.

Definition at line 4889 of file rte_flow.h.

◆ max_nb_counters

uint32_t max_nb_counters

Maximum number of counters.

See also
RTE_FLOW_ACTION_TYPE_COUNT

Definition at line 4894 of file rte_flow.h.

◆ max_nb_aging_objects

uint32_t max_nb_aging_objects

Maximum number of aging objects.

See also
RTE_FLOW_ACTION_TYPE_AGE

Definition at line 4899 of file rte_flow.h.

◆ max_nb_meters

uint32_t max_nb_meters

Maximum number traffic meters.

See also
RTE_FLOW_ACTION_TYPE_METER

Definition at line 4904 of file rte_flow.h.


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