DPDK  2.0.0
Data Fields
rte_sched_port_hierarchy Struct Reference

#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

Detailed Description

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.

Field Documentation

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)


The documentation for this struct was generated from the following file: