logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_flow_port_info

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_flow_port_info(3)

Detailed Description

WarningEXPERIMENTAL: this API may change without prior notice.

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

       Definition at line 5504 of file rte_flow.h.

Field Documentation

uint32_tmax_nb_queues
       Maximum number of queues for asynchronous operations.

       Definition at line 5508 of file rte_flow.h.

   uint32_tmax_nb_counters
       Maximum number of counters.

       SeealsoRTE_FLOW_ACTION_TYPE_COUNT

       Definition at line 5513 of file rte_flow.h.

   uint32_tmax_nb_aging_objects
       Maximum number of aging objects.

       SeealsoRTE_FLOW_ACTION_TYPE_AGE

       Definition at line 5518 of file rte_flow.h.

   uint32_tmax_nb_meters
       Maximum number traffic meters.

       SeealsoRTE_FLOW_ACTION_TYPE_METER

       Definition at line 5523 of file rte_flow.h.

   uint32_tmax_nb_conn_tracks
       Maximum number connection trackings.

       SeealsoRTE_FLOW_ACTION_TYPE_CONNTRACK

       Definition at line 5528 of file rte_flow.h.

   uint32_tmax_nb_quotas
       Maximum number of quota actions.

       SeealsoRTE_FLOW_ACTION_TYPE_QUOTA

       Definition at line 5533 of file rte_flow.h.

   uint32_tsupported_flags
       Port supported flags (RTE_FLOW_PORT_FLAG_*).

       Definition at line 5537 of file rte_flow.h.

Name

       rte_flow_port_info

Synopsis

       #include <rte_flow.h>

   DataFields
       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

See Also