RE: [EXT] Re: [PATCH] app/testpmd: add command to get Tx queue used count

2024-01-29 Thread Satha Koteswara Rao Kottidi
>> >> - >> - Please doc this command in >> doc/guides/testpmd_app_ug/testpmd_funcs.rst >> > > Thanks, will update in next version > >> >> Also why not extend "show port rxq xxx" command to support txq ? > > txq and rxq are d

Re: [EXT] Re: [PATCH] app/testpmd: add command to get Tx queue used count

2024-01-29 Thread Ferruh Yigit
On 1/29/2024 6:37 AM, Satha Koteswara Rao Kottidi wrote: >> >> -- >> Please doc this command in doc/guides/testpmd_app_ug/testpmd_funcs.rst >> > > Thanks, will update in next version > >> >> Also why not extend "show port rxq xx

RE: [EXT] Re: [PATCH] app/testpmd: add command to get Tx queue used count

2024-01-28 Thread Satha Koteswara Rao Kottidi
-- Please doc this command in doc/guides/testpmd_app_ug/testpmd_funcs.rst >> Thanks, will update in next version Also why not extend "show port rxq xxx" command to support txq ? >> txq and rxq are different directions, so ex

Re: [PATCH] app/testpmd: add command to get Tx queue used count

2024-01-25 Thread fengchengwen
Please doc this command in doc/guides/testpmd_app_ug/testpmd_funcs.rst Also why not extend "show port rxq xxx" command to support txq ? On 2024/1/24 20:18, skotesh...@marvell.com wrote: > From: Satha Rao > > Fastpath API to get txq used count. > >testpmd> show port 0 txq 0 desc count > > S

[PATCH] app/testpmd: add command to get Tx queue used count

2024-01-24 Thread skoteshwar
From: Satha Rao Fastpath API to get txq used count. testpmd> show port 0 txq 0 desc count Signed-off-by: Satha Rao --- app/test-pmd/cmdline.c | 78 ++ 1 file changed, 78 insertions(+) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdlin