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_table_action_mtr_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                  rte_table_action_mtr_params(3)

Detailed Description

       Meter action parameters (per table rule).

       Definition at line 313 of file rte_table_action.h.

Field Documentation

structrte_table_action_mtr_tc_paramsmtr[RTE_TABLE_ACTION_TC_MAX]
       Traffic meter and policer parameters for each of the tc_mask traffic classes.

       Definition at line 317 of file rte_table_action.h.

   uint32_ttc_mask
       Bit mask defining which traffic class parameters are valid in mtr. If bit N is set in tc_mask, then
       parameters for traffic class N are valid in mtr.

       Definition at line 323 of file rte_table_action.h.

Name

       rte_table_action_mtr_params

Synopsis

       #include <rte_table_action.h>

   DataFields
       struct rte_table_action_mtr_tc_paramsmtr [RTE_TABLE_ACTION_TC_MAX]
       uint32_t tc_mask

See Also