Re: [PATCH v2 5/6] app/testpmd: remove dead code for disabling cmdline library

2024-03-14 Thread Ferruh Yigit
On 3/14/2024 9:17 AM, David Marchand wrote: > The cmdline library is always enabled with meson. > Remove traces of a time when it may have been possible to disable it. > > Signed-off-by: David Marchand > Acked-by: Ferruh Yigit

[PATCH v2 5/6] app/testpmd: remove dead code for disabling cmdline library

2024-03-14 Thread David Marchand
The cmdline library is always enabled with meson. Remove traces of a time when it may have been possible to disable it. Signed-off-by: David Marchand --- app/test-pmd/parameters.c | 19 +-- app/test-pmd/testpmd.c| 5 + 2 files changed, 2 insertions(+), 22 deletions(-) d