Re: [PATCH v2] app/testpmd: add dump command help message

2023-06-28 Thread Ferruh Yigit
On 6/28/2023 10:54 AM, Viacheslav Ovsiienko wrote: > There was missing "dump_x" commands help message. > Patch updates "help display" section of the help message. > > Signed-off-by: Viacheslav Ovsiienko > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks. <...> > @@ -982,6

[PATCH v2] app/testpmd: add dump command help message

2023-06-28 Thread Viacheslav Ovsiienko
There was missing "dump_x" commands help message. Patch updates "help display" section of the help message. Signed-off-by: Viacheslav Ovsiienko --- app/test-pmd/cmdline.c | 68 ++ 1 file changed, 68 insertions(+) diff --git a/app/test-pmd/cmdline.c b/