Re: [dpdk-dev] [PATCH] app/testpmd: support display queue state

2021-04-21 Thread Ferruh Yigit
On 4/21/2021 4:24 AM, Min Hu (Connor) wrote: From: Chengwen Feng This patch supports display queue state in "show rxq/txq" commands. Signed-off-by: Chengwen Feng Signed-off-by: Min Hu (Connor) Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.

[dpdk-dev] [PATCH] app/testpmd: support display queue state

2021-04-20 Thread Min Hu (Connor)
From: Chengwen Feng This patch supports display queue state in "show rxq/txq" commands. Signed-off-by: Chengwen Feng Signed-off-by: Min Hu (Connor) --- app/test-pmd/config.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c inde