Re: [dpdk-dev] [PATCH V5 2/2] ethdev: change data type in TC rxq and TC txq

2020-09-28 Thread Ferruh Yigit
On 9/27/2020 4:16 AM, Min Hu (Connor) wrote: From: Huisong Li Currently, base and nb_queue in the tc_rxq and tc_txq information of queue and TC mapping on both TX and RX paths are uint8_t. However, these data will be truncated when queue number under a TC is greater than 256. So it is necessary

[dpdk-dev] [PATCH V5 2/2] ethdev: change data type in TC rxq and TC txq

2020-09-26 Thread Min Hu (Connor)
From: Huisong Li Currently, base and nb_queue in the tc_rxq and tc_txq information of queue and TC mapping on both TX and RX paths are uint8_t. However, these data will be truncated when queue number under a TC is greater than 256. So it is necessary for base and nb_queue to change from uint8_t t