Re: [PATCH] app/testpmd: fix incorrect flow arguments name

2022-10-17 Thread Andrew Rybchenko
On 10/11/22 09:55, Ori Kam wrote: -Original Message- From: Singh, Aman Deep Sent: Thursday, 6 October 2022 10:59 On 9/30/2022 5:09 PM, Suanming Mou wrote: There should be no spaces in flow command arguments name. This commit removes incorrect arguments name in queue based table te

RE: [PATCH] app/testpmd: fix incorrect flow arguments name

2022-10-10 Thread Ori Kam
> -Original Message- > From: Singh, Aman Deep > Sent: Thursday, 6 October 2022 10:59 > > > > On 9/30/2022 5:09 PM, Suanming Mou wrote: > > There should be no spaces in flow command arguments name. > > This commit removes incorrect arguments name in queue based table > > template. > >

Re: [PATCH] app/testpmd: fix incorrect flow arguments name

2022-10-06 Thread Singh, Aman Deep
On 9/30/2022 5:09 PM, Suanming Mou wrote: There should be no spaces in flow command arguments name. This commit removes incorrect arguments name in queue based table template. Fixes: ecdc927b99f2 ("app/testpmd: add async flow create/destroy operations") Cc: akozy...@nvidia.com Signed-off-by:

[PATCH] app/testpmd: fix incorrect flow arguments name

2022-09-30 Thread Suanming Mou
There should be no spaces in flow command arguments name. This commit removes incorrect arguments name in queue based table template. Fixes: ecdc927b99f2 ("app/testpmd: add async flow create/destroy operations") Cc: akozy...@nvidia.com Signed-off-by: Suanming Mou --- app/test-pmd/cmdline_flow.c