[dpdk-dev] [PATCH v1 0/8] Clean up rte_option
Thomas Monjalon
thomas at monjalon.net
Tue Jan 15 02:23:54 CET 2019
20/12/2018 18:06, Gaetan Rivet:
> rte_option lib might benefit from a few improvements.
>
> Overview:
>
> - list registered options on /rte/app --help
> - check duplicates within base EAL options
> - rename some fields to be closer to standard struct option
> and just cleaner overall.
> - fix some strange code (static iterator?)
> - fix doc, improve API a little...
>
> Gaetan Rivet (8):
> option: use bare option string as name
> option: do not use static iterator
> option: add usage string
> option: rename name field
> option: check against common option on register
> option: fix log level of error in register
> option: improve library documentation
> option: return an error when register fail
Several weeks passed without any comment.
Applied, thanks
More information about the dev
mailing list