Re: [PATCH] app/test-pmd: remove unnecessary cast

2024-09-05 Thread fengchengwen
Acked-by: Chengwen Feng On 2024/8/24 0:26, Stephen Hemminger wrote: > The list of builtin cmdline commands has unnecessary cast which > blocks compiler type checking. > > Signed-off-by: Stephen Hemminger > --- > app/test-pmd/cmdline.c | 458 - > 1 file c

Re: [PATCH] app/test-pmd: remove unnecessary cast

2024-08-26 Thread Ferruh Yigit
On 8/23/2024 5:26 PM, Stephen Hemminger wrote: > The list of builtin cmdline commands has unnecessary cast which > blocks compiler type checking. > > Signed-off-by: Stephen Hemminger > Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org I think good to backport this, to pre

[PATCH] app/test-pmd: remove unnecessary cast

2024-08-23 Thread Stephen Hemminger
The list of builtin cmdline commands has unnecessary cast which blocks compiler type checking. Signed-off-by: Stephen Hemminger --- app/test-pmd/cmdline.c | 458 - 1 file changed, 229 insertions(+), 229 deletions(-) diff --git a/app/test-pmd/cmdline.c b/a