Re: [dpdk-dev] [PATCH v3 3/7] app/proc-info: hide EAL info messages

2020-07-17 Thread Thomas Monjalon
15/07/2020 23:22, Stephen Hemminger: > The DPDK EAL info messages at the start of a diagnostic application > are not helpful to end user. Suppress them by setting log-level > by default. [...] > + char log_flag[] = "--log-level=6"; Instead of disabling all logs, we could just raise the level o

[dpdk-dev] [PATCH v3 3/7] app/proc-info: hide EAL info messages

2020-07-15 Thread Stephen Hemminger
The DPDK EAL info messages at the start of a diagnostic application are not helpful to end user. Suppress them by setting log-level by default. Signed-off-by: Stephen Hemminger Acked-by: Hemant Agrawal --- app/proc-info/main.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) di