DPDK  20.11.10
Data Fields
rte_eth_dcb_tc_queue_mapping Struct Reference

#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]
 

Detailed Description

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

Definition at line 1654 of file rte_ethdev.h.

Field Documentation

◆ tc_rxq

struct { ... } tc_rxq[ETH_MAX_VMDQ_POOL][ETH_DCB_NUM_TCS]

rx queues assigned to tc per Pool

◆ tc_txq

struct { ... } tc_txq[ETH_MAX_VMDQ_POOL][ETH_DCB_NUM_TCS]

rx queues assigned to tc per Pool


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