Re: [PATCH v3 2/5] buildtools: script to generate cmdline boilerplate

2023-10-13 Thread Bruce Richardson
On Fri, Oct 13, 2023 at 02:23:13PM +0200, Robin Jarry wrote: > Bruce Richardson, Oct 11, 2023 at 15:33: > > Provide a "dpdk-cmdline-gen.py" script for application developers to > > quickly generate the boilerplate code necessary for using the cmdline > > library. > > > > Example of use: > > The sc

Re: [PATCH v3 2/5] buildtools: script to generate cmdline boilerplate

2023-10-13 Thread Robin Jarry
Bruce Richardson, Oct 11, 2023 at 15:33: Provide a "dpdk-cmdline-gen.py" script for application developers to quickly generate the boilerplate code necessary for using the cmdline library. Example of use: The script takes an input file with a list of commands the user wants in the app, where the

[PATCH v3 2/5] buildtools: script to generate cmdline boilerplate

2023-10-11 Thread Bruce Richardson
Provide a "dpdk-cmdline-gen.py" script for application developers to quickly generate the boilerplate code necessary for using the cmdline library. Example of use: The script takes an input file with a list of commands the user wants in the app, where the parameter variables are tagged with the ty