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

2021-02-12 Thread Lance Richardson
Add support for querying the count of ready descriptors on a receive queue 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 | 83 + doc/guides/testpmd_app_ug/test

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

2021-02-12 Thread Ferruh Yigit
On 2/12/2021 2:56 PM, Lance Richardson wrote: Add support for querying the count of ready descriptors on a receive queue in order to allow the rte_eth_dev rx_queue_count() API to be exercised and tested. Overall looks good to me, but there are slightly different reference to the feature, the