DPDK
2.0.0
|
#include <rte_sched.h>
Data Fields | |
uint32_t | queue:2 |
uint32_t | traffic_class:2 |
uint32_t | pipe:20 |
uint32_t | subport:6 |
uint32_t | color:2 |
Path through the scheduler hierarchy used by the scheduler enqueue operation to
identify the destination queue for the current packet. Stored in the field hash.sched of struct rte_mbuf of each packet, typically written by the classification stage and read by scheduler enqueue.
uint32_t color |
Color
uint32_t pipe |
Pipe ID
uint32_t queue |
Queue ID (0 .. 3)
uint32_t subport |
Subport ID
uint32_t traffic_class |
Traffic class ID (0 .. 3)