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

2020-08-31 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

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

2020-08-31 Thread Stephen Hemminger
On Tue, 1 Sep 2020 09:33:18 +0800 "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 > an