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

2023-06-27 Thread Ferruh Yigit
On 6/27/2023 3:44 PM, Viacheslav Ovsiienko wrote: > There was missing "dump_x" commands help message. > Patch adds support for "help dump" command to see one. > Hi Slava, Thanks for the patch, this seems missed for a while. > Signed-off-by: Viacheslav Ovsiienko > --- > app/test-pmd/cmdlin

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

2023-06-27 Thread Viacheslav Ovsiienko
There was missing "dump_x" commands help message. Patch adds support for "help dump" command to see one. Signed-off-by: Viacheslav Ovsiienko --- app/test-pmd/cmdline.c | 43 -- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/app/test-pmd