Re: [dpdk-dev] [PATCH 21.05] app/testpmd: support show Rx queue count

2021-02-12 Thread Lance Richardson
On Fri, Feb 12, 2021 at 6:51 AM Ferruh Yigit wrote: > > On 2/11/2021 7:44 PM, Lance Richardson wrote: > > Add support for querying receive queue count in order to allow > > the rte_eth_dev rx_queue_count() API to be exercised and tested. > > > > +1 to adding this feature, but the naming is a littl

Re: [dpdk-dev] [PATCH 21.05] app/testpmd: support show Rx queue count

2021-02-12 Thread Ferruh Yigit
On 2/11/2021 7:44 PM, Lance Richardson wrote: Add support for querying receive queue count in order to allow the rte_eth_dev rx_queue_count() API to be exercised and tested. +1 to adding this feature, but the naming is a little misleading, "Rx queue count", it looks like it will print the num

[dpdk-dev] [PATCH 21.05] app/testpmd: support show Rx queue count

2021-02-11 Thread Lance Richardson
Add support for querying receive queue count in order to allow the rte_eth_dev rx_queue_count() API to be exercised and tested. Signed-off-by: Lance Richardson --- app/test-pmd/cmdline.c | 65 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 6 ++ 2 files