| DPDK
    18.11.11
    | 
#include <rte_ethdev.h>
| Data Fields | |
| struct { | |
| } | tc_rxq [ETH_MAX_VMDQ_POOL][ETH_DCB_NUM_TCS] | 
| struct { | |
| } | tc_txq [ETH_MAX_VMDQ_POOL][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 1194 of file rte_ethdev.h.
| struct { ... } tc_rxq[ETH_MAX_VMDQ_POOL][ETH_DCB_NUM_TCS] | 
rx queues assigned to tc per Pool
| struct { ... } tc_txq[ETH_MAX_VMDQ_POOL][ETH_DCB_NUM_TCS] | 
rx queues assigned to tc per Pool
 1.8.9.1
 1.8.9.1