Re: [RFC PATCH 0/1] make cmdline library easier to use

2023-08-03 Thread Bruce Richardson
On Wed, Aug 02, 2023 at 11:05:07AM -0700, Stephen Hemminger wrote: > On Wed, 2 Aug 2023 18:00:51 +0100 > Bruce Richardson wrote: > > > And now for something completely different... :-) > > > > While it's nice that DPDK includes a commandline library for easily > > adding interactivity to applic

[RFC PATCH 0/1] make cmdline library easier to use

2023-08-02 Thread Bruce Richardson
And now for something completely different... :-) While it's nice that DPDK includes a commandline library for easily adding interactivity to applications, the library itself is a little clunky to use, due to the massive amounts of boilerplate definitions required. Having used it recently on an ap