table of contents
rte_flow_port_info(3) | DPDK | rte_flow_port_info(3) |
NAME¶
rte_flow_port_info
SYNOPSIS¶
#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 max_nb_quotas
uint32_t supported_flags
Detailed Description¶
Warning:
Information about flow engine resources. The zero value means a resource is not supported.
Definition at line 5361 of file rte_flow.h.
Field Documentation¶
uint32_t max_nb_queues¶
Maximum number of queues for asynchronous operations.
Definition at line 5365 of file rte_flow.h.
uint32_t max_nb_counters¶
Maximum number of counters.
See also:
Definition at line 5370 of file rte_flow.h.
uint32_t max_nb_aging_objects¶
Maximum number of aging objects.
See also:
Definition at line 5375 of file rte_flow.h.
uint32_t max_nb_meters¶
Maximum number traffic meters.
See also:
Definition at line 5380 of file rte_flow.h.
uint32_t max_nb_conn_tracks¶
Maximum number connection trackings.
See also:
Definition at line 5385 of file rte_flow.h.
uint32_t max_nb_quotas¶
Maximum number of quota actions.
See also:
Definition at line 5390 of file rte_flow.h.
uint32_t supported_flags¶
Port supported flags (RTE_FLOW_PORT_FLAG_*).
Definition at line 5394 of file rte_flow.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Thu May 23 2024 | Version 23.11.0 |