Re: [PATCH v7 0/9] document and simplify use of cmdline

2023-11-10 Thread David Marchand
On Fri, Oct 27, 2023 at 1:01 PM Bruce Richardson wrote: > > The DPDK commandline library is widely used by apps and examples within > DPDK, but it is not documented in our programmers guide and it requires > a lot of boilerplate code definitions in order to used. We can improve > this situation by

[PATCH v7 0/9] document and simplify use of cmdline

2023-10-27 Thread Bruce Richardson
The DPDK commandline library is widely used by apps and examples within DPDK, but it is not documented in our programmers guide and it requires a lot of boilerplate code definitions in order to used. We can improve this situation by creating a simple python script to automatically generate the boil