DPDK 21.11.9
|
#include <rte_ethdev.h>
Data Fields | |
uint8_t | nb_tcs |
uint8_t | prio_tc [RTE_ETH_DCB_NUM_USER_PRIORITIES] |
uint8_t | tc_bws [RTE_ETH_DCB_NUM_TCS] |
struct rte_eth_dcb_tc_queue_mapping | tc_queue |
A structure used to get the information of DCB. It includes TC UP mapping and queue TC mapping.
Definition at line 1959 of file rte_ethdev.h.
uint8_t nb_tcs |
number of TCs
Definition at line 1960 of file rte_ethdev.h.
uint8_t prio_tc[RTE_ETH_DCB_NUM_USER_PRIORITIES] |
Priority to tc
Definition at line 1961 of file rte_ethdev.h.
uint8_t tc_bws[RTE_ETH_DCB_NUM_TCS] |
Tx BW percentage for each TC
Definition at line 1962 of file rte_ethdev.h.
struct rte_eth_dcb_tc_queue_mapping tc_queue |
Rx queues assigned to tc
Definition at line 1964 of file rte_ethdev.h.