On Sun, 2 Aug 2015 16:40:24 -0500
Keith Wiles wrote:
> Config files used RTE_LOG_LEVEL=8 to set log level to DEBUG. Using
> a the RTE_LOG_ is easier to maintain.
>
> Converted the RTE_LOG_ define into a enum of values with
> the same names to reduce maintaining the define values.
>
> T
Config files used RTE_LOG_LEVEL=8 to set log level to DEBUG. Using
a the RTE_LOG_ is easier to maintain.
Converted the RTE_LOG_ define into a enum of values with
the same names to reduce maintaining the define values.
The change is to use an enum in place of a magic number, plus
we get th
2 matches
Mail list logo