Re: [PATCH v3 0/5] document and simplify use of cmdline

2023-10-12 Thread Bruce Richardson
On Thu, Oct 12, 2023 at 03:21:08PM +0200, David Marchand wrote: > On Wed, Oct 11, 2023 at 3:34 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 boile

Re: [PATCH v3 0/5] document and simplify use of cmdline

2023-10-12 Thread Bruce Richardson
On Thu, Oct 12, 2023 at 03:21:08PM +0200, David Marchand wrote: > On Wed, Oct 11, 2023 at 3:34 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 boile

Re: [PATCH v3 0/5] document and simplify use of cmdline

2023-10-12 Thread David Marchand
On Wed, Oct 11, 2023 at 3:34 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 v3 0/5] document and simplify use of cmdline

2023-10-11 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