Re: [dpdk-dev] [PATCH 0/4] ethdev: change the queue ID type

2020-09-01 Thread Ferruh Yigit
On 9/1/2020 12:52 PM, Min Hu (Connor) wrote: > This series are minor change the queue ID type from > uint8_t to uint16_t. > > Huisong Li (2): > ethdev: change data type in TC rxq and TC txq > ethdev: fix compiling errors for per-queue statistics > > Min Hu (Connor) (2): > doc: announce modi

[dpdk-dev] [PATCH 0/4] ethdev: change the queue ID type

2020-09-01 Thread Min Hu (Connor)
This series are minor change the queue ID type from uint8_t to uint16_t. Huisong Li (2): ethdev: change data type in TC rxq and TC txq ethdev: fix compiling errors for per-queue statistics Min Hu (Connor) (2): doc: announce modified field in DCB TC queue mapping doc: announce modified fie