Re: [PATCH v3 1/1] app/graph: generate cmdline boilerplate

2024-03-07 Thread Thomas Monjalon
07/03/2024 10:40, sk...@marvell.com: > From: Sunil Kumar Kori > > Use the dpdk-cmdline-gen script to autogenerate all the boilerplate > structs and defines for the commandline part of the application. > > Signed-off-by: Sunil Kumar Kori > Acked-by: Bruce Richardson > Acked-by: Nithin Dabilpura

[PATCH v3 1/1] app/graph: generate cmdline boilerplate

2024-03-07 Thread skori
From: Sunil Kumar Kori Use the dpdk-cmdline-gen script to autogenerate all the boilerplate structs and defines for the commandline part of the application. Signed-off-by: Sunil Kumar Kori Acked-by: Bruce Richardson Acked-by: Nithin Dabilpuram --- v2..v3: - Rebase on top of the tree. v1..v2: