DOKK / manpages / debian 13 / dpdk-doc / rte_eth_dcb_tc_queue_mapping.3.en
rte_eth_dcb_tc_queue_mapping(3) Library Functions Manual rte_eth_dcb_tc_queue_mapping(3)

rte_eth_dcb_tc_queue_mapping

#include <rte_ethdev.h>


struct {
} tc_rxq [RTE_ETH_MAX_VMDQ_POOL][RTE_ETH_DCB_NUM_TCS]
struct {
} tc_txq [RTE_ETH_MAX_VMDQ_POOL][RTE_ETH_DCB_NUM_TCS]

A structure used to get the information of queue and TC mapping on both Tx and Rx paths.

Definition at line 1973 of file rte_ethdev.h.

struct { ... } tc_rxq[RTE_ETH_MAX_VMDQ_POOL][RTE_ETH_DCB_NUM_TCS]

Rx queues assigned to tc per Pool

struct { ... } tc_txq[RTE_ETH_MAX_VMDQ_POOL][RTE_ETH_DCB_NUM_TCS]

Rx queues assigned to tc per Pool

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK