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_action_meter

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                        rte_flow_action_meter(3)

Detailed Description

       RTE_FLOW_ACTION_TYPE_METER

       Traffic metering and policing (MTR).

       Packets matched by items of this type can be either dropped or passed to the next item with their color
       set by the MTR object.

       Definition at line 3566 of file rte_flow.h.

Field Documentation

uint32_tmtr_id
       MTR object ID created with rte_mtr_create().

       Definition at line 3567 of file rte_flow.h.

Name

       rte_flow_action_meter

Synopsis

       #include <rte_flow.h>

   DataFields
       uint32_t mtr_id

See Also