Re: [PATCH] app/test: remove ifdefs for cmdline library

2024-02-01 Thread David Marchand
On Thu, Dec 14, 2023 at 6:03 PM Tyler Retzlaff wrote: > > On Thu, Dec 14, 2023 at 11:30:21AM +, Bruce Richardson wrote: > > The DPDK unit test binary relies on cmdline library and cannot do > > anything without it being present. As it's a mandatory dependency we can > > remove the ifdefs for i

Re: [PATCH] app/test: remove ifdefs for cmdline library

2023-12-14 Thread Tyler Retzlaff
On Thu, Dec 14, 2023 at 11:30:21AM +, Bruce Richardson wrote: > The DPDK unit test binary relies on cmdline library and cannot do > anything without it being present. As it's a mandatory dependency we can > remove the ifdefs for it from main.c > > Signed-off-by: Bruce Richardson > --- Acked-

[PATCH] app/test: remove ifdefs for cmdline library

2023-12-14 Thread Bruce Richardson
The DPDK unit test binary relies on cmdline library and cannot do anything without it being present. As it's a mandatory dependency we can remove the ifdefs for it from main.c Signed-off-by: Bruce Richardson --- app/test/test.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/app/test/te