Re: [dpdk-dev] [PATCH] bnxt: skip getting statistics for queues not started

2021-04-24 Thread Ajit Khaparde
On Wed, Apr 21, 2021 at 4:09 PM Stephen Hemminger wrote: > > An application using rte_flow may define a large number of queues > but only use a small subset of them at any one time. > > Since querying the status of each queue requires a request/spin/reply > with the firmware, optimize by skipping

[dpdk-dev] [PATCH] bnxt: skip getting statistics for queues not started

2021-04-21 Thread Stephen Hemminger
An application using rte_flow may define a large number of queues but only use a small subset of them at any one time. Since querying the status of each queue requires a request/spin/reply with the firmware, optimize by skipping the request for queues not running. For those queues the statistics w