Re: [dpdk-dev] [PATCH 3/6] eal: remove log level from internal config

2017-04-18 Thread Ferruh Yigit
On 4/18/2017 4:26 PM, Olivier MATZ wrote: > Hi Ferruh, > > On Tue, 18 Apr 2017 16:00:45 +0100, Ferruh Yigit > wrote: >> On 4/18/2017 3:22 PM, Olivier Matz wrote: >>> This field is only used in the initialization phase. Remove it since the >>> global log level can also be retrieved using a public

Re: [dpdk-dev] [PATCH 3/6] eal: remove log level from internal config

2017-04-18 Thread Olivier MATZ
Hi Ferruh, On Tue, 18 Apr 2017 16:00:45 +0100, Ferruh Yigit wrote: > On 4/18/2017 3:22 PM, Olivier Matz wrote: > > This field is only used in the initialization phase. Remove it since the > > global log level can also be retrieved using a public API: > > rte_log_get_global_level(). > > > > Signe

Re: [dpdk-dev] [PATCH 3/6] eal: remove log level from internal config

2017-04-18 Thread Ferruh Yigit
On 4/18/2017 3:22 PM, Olivier Matz wrote: > This field is only used in the initialization phase. Remove it since the > global log level can also be retrieved using a public API: > rte_log_get_global_level(). > > Signed-off-by: Olivier Matz <...> > diff --git a/lib/librte_eal/common/eal_common_l

[dpdk-dev] [PATCH 3/6] eal: remove log level from internal config

2017-04-18 Thread Olivier Matz
This field is only used in the initialization phase. Remove it since the global log level can also be retrieved using a public API: rte_log_get_global_level(). Signed-off-by: Olivier Matz --- lib/librte_eal/bsdapp/eal/eal.c| 2 -- lib/librte_eal/common/eal_common_log.c | 6