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

2020-09-04 Thread Ferruh Yigit
On 9/4/2020 12:32 PM, Min Hu (Connor) wrote: > This series are minor change the queue ID type from > uint8_t to uint16_t. Hi Min Hu, For the next time, a change log to summarize what has been updated in new version can help to the reviewers, please add it either to commit log or cover letter. >

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

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