DPDK 23.11.2
Loading...
Searching...
No Matches
Data Fields
rte_eth_dcb_tc_queue_mapping Struct Reference

#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 1954 of file rte_ethdev.h.

Field Documentation

◆ [struct]

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

Rx queues assigned to tc per Pool

◆ [struct]

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

Rx queues assigned to tc per Pool


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