Re: [dpdk-dev] [PATCH V5 1/2] dpdk: resolve compiling errors for per-queue stats

2020-09-30 Thread Kinsella, Ray
On 28/09/2020 09:59, Ferruh Yigit wrote: > On 9/27/2020 4:16 AM, 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 us

Re: [dpdk-dev] [PATCH V5 1/2] dpdk: resolve compiling errors for per-queue stats

2020-09-28 Thread Ferruh Yigit
On 9/27/2020 4:16 AM, 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 statistics o

[dpdk-dev] [PATCH V5 1/2] dpdk: resolve compiling errors for per-queue stats

2020-09-26 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