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_dscp_table_entry

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2            rte_table_action_dscp_table_entry(3)

Detailed Description

       Differentiated Services Code Point (DSCP) translation table entry.

       Definition at line 191 of file rte_table_action.h.

Field Documentation

uint32_ttc_id
       Traffic class. Used by the meter or the traffic management actions. Has to be strictly smaller than
       RTE_TABLE_ACTION_TC_MAX. Traffic class 0 is the highest priority.

       Definition at line 196 of file rte_table_action.h.

   uint32_ttc_queue_id
       Traffic class queue. Used by the traffic management action. Has to be strictly smaller than
       RTE_TABLE_ACTION_TC_QUEUE_MAX.

       Definition at line 201 of file rte_table_action.h.

   enumrte_colorcolor
       Packet color. Used by the meter action as the packet input color for the color aware mode of the traffic
       metering algorithm.

       Definition at line 206 of file rte_table_action.h.

Name

       rte_table_action_dscp_table_entry

Synopsis

       #include <rte_table_action.h>

   DataFields
       uint32_t tc_id
       uint32_t tc_queue_id
       enum rte_colorcolor

See Also