On Wed, 18 Sep 2024 15:18:04 +0800
fengchengwen wrote:
> > +/* Parse the all arguments looking for log related ones */
> > +int
> > +eal_log_level_parse(int argc, char * const argv[])
> > +{
> > + struct internal_config *internal_conf =
> > eal_get_internal_configuration();
> > + int option_
On 2024/9/18 12:56, Stephen Hemminger wrote:
> The code to parse for log-level option should be same on
> all OS variants.
>
> Signed-off-by: Stephen Hemminger
> Acked-by: Tyler Retzlaff
> Acked-by: Morten Brørup
> ---
> lib/eal/common/eal_common_options.c | 45 +
>
The code to parse for log-level option should be same on
all OS variants.
Signed-off-by: Stephen Hemminger
Acked-by: Tyler Retzlaff
Acked-by: Morten Brørup
---
lib/eal/common/eal_common_options.c | 45 +
lib/eal/common/eal_options.h| 1 +
lib/eal/freebsd/ea
3 matches
Mail list logo