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_lb_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                   rte_table_action_lb_params(3)

Detailed Description

       Load balance action parameters (per table rule).

       Definition at line 171 of file rte_table_action.h.

Field Documentation

uint32_tout[RTE_TABLE_ACTION_LB_TABLE_SIZE]
       Table defining the output values and their weights. The weights are set in
       1/RTE_TABLE_ACTION_LB_TABLE_SIZE increments. To assign a weight of N/RTE_TABLE_ACTION_LB_TABLE_SIZE to a
       given output value (0 <= N <= RTE_TABLE_ACTION_LB_TABLE_SIZE), the same output value needs to show up
       exactly N times in this table.

       Definition at line 178 of file rte_table_action.h.

Name

       rte_table_action_lb_params

Synopsis

       #include <rte_table_action.h>

   DataFields
       uint32_t out [RTE_TABLE_ACTION_LB_TABLE_SIZE]

See Also