Re: [dpdk-dev] [PATCH 2/4] ethdev: fix compiling errors for per-queue statistics

2020-09-01 Thread Ferruh Yigit
On 9/1/2020 12:52 PM, Min Hu (Connor) wrote: > From: Huisong Li > > Currently, only statistics of rx/tx queues with queue_id less than > RTE_ETHDEV_QUEUE_STAT_CNTRS can be displayed. If there is a certain > application scenario that it needs to use 256 or more than 256 queues > and display all st

[dpdk-dev] [PATCH 2/4] ethdev: fix compiling errors for per-queue statistics

2020-09-01 Thread Min Hu (Connor)
From: Huisong Li Currently, only statistics of rx/tx queues with queue_id less than RTE_ETHDEV_QUEUE_STAT_CNTRS can be displayed. If there is a certain application scenario that it needs to use 256 or more than 256 queues and display all statistics of rx/tx queue. At this moment, we have to chang