Re: [dpdk-dev] [PATCH v3 00/11] improve options help

2021-03-15 Thread Andrew Rybchenko
On 3/15/21 12:40 PM, Bruce Richardson wrote: > On Fri, Mar 12, 2021 at 07:17:09PM +0100, Thomas Monjalon wrote: >> The main intent of this series is to provide a nice help >> for the --log-level option. >> More patches are added to improve options help in general. >> >> >> v3: >> - fix use of R

Re: [dpdk-dev] [PATCH v3 00/11] improve options help

2021-03-15 Thread Bruce Richardson
On Fri, Mar 12, 2021 at 07:17:09PM +0100, Thomas Monjalon wrote: > The main intent of this series is to provide a nice help > for the --log-level option. > More patches are added to improve options help in general. > > > v3: > - fix use of RTE_LOG_MAX > - accept (with warning) log level h

[dpdk-dev] [PATCH v3 00/11] improve options help

2021-03-12 Thread Thomas Monjalon
The main intent of this series is to provide a nice help for the --log-level option. More patches are added to improve options help in general. v3: - fix use of RTE_LOG_MAX - accept (with warning) log level higher than RTE_LOG_MAX v2: - fix use of the new macro RTE_LOG_MAX in level pa