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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                               rte_mbuf_sched(3)

Detailed Description

       Hierarchical scheduler

       Definition at line 409 of file rte_mbuf_core.h.

Field Documentation

uint32_tqueue_id
       Queue ID.

       Definition at line 410 of file rte_mbuf_core.h.

   uint8_ttraffic_class
       Traffic class ID. Traffic class 0 is the highest priority traffic class.

       Definition at line 411 of file rte_mbuf_core.h.

   uint8_tcolor
       Color.

       Seealso
           enum rte_color.

       Definition at line 415 of file rte_mbuf_core.h.

   uint16_treserved
       Reserved.

       Definition at line 417 of file rte_mbuf_core.h.

Name

       rte_mbuf_sched

Synopsis

       #include <rte_mbuf_core.h>

   DataFields
       uint32_t queue_id
       uint8_t traffic_class
       uint8_t color
       uint16_t reserved

See Also