DPDK 22.11.8
|
#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 |
uint32_t | max_nb_conn_tracks |
uint32_t | supported_flags |
Information about flow engine resources. The zero value means a resource is not supported.
Definition at line 4828 of file rte_flow.h.
uint32_t max_nb_queues |
Maximum number of queues for asynchronous operations.
Definition at line 4832 of file rte_flow.h.
uint32_t max_nb_counters |
Maximum number of counters.
Definition at line 4837 of file rte_flow.h.
uint32_t max_nb_aging_objects |
Maximum number of aging objects.
Definition at line 4842 of file rte_flow.h.
uint32_t max_nb_meters |
Maximum number traffic meters.
Definition at line 4847 of file rte_flow.h.
uint32_t max_nb_conn_tracks |
Maximum number connection trackings.
Definition at line 4852 of file rte_flow.h.
uint32_t supported_flags |
Port supported flags (RTE_FLOW_PORT_FLAG_*).
Definition at line 4856 of file rte_flow.h.