Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
rte_eth_dcb_tc_queue_mapping(3)	     DPDK      rte_eth_dcb_tc_queue_mapping(3)

NAME
       rte_eth_dcb_tc_queue_mapping

SYNOPSIS
       #include	<rte_ethdev.h>

   Data	Fields
       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]

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

       Definition at line 2006 of file rte_ethdev.h.

Field Documentation
   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

Author
       Generated automatically by Doxygen for DPDK from	the source code.

Version	25.11.0			Thu Jun	11 2026rte_eth_dcb_tc_queue_mapping(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rte_eth_dcb_tc_queue_mapping&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help