log: remove log level config option
authorPavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Sat, 9 Dec 2017 13:23:58 +0000 (18:53 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 17 Jan 2018 13:21:46 +0000 (14:21 +0100)
commit43e9f17ce7b8349f9e96f94bee27ce85575be275
tree63e448adf338708911bef97c96d90fd8d2e9e068
parent934a5ce960db3dcc0c00d011e5f0602347018560
log: remove log level config option

Remove RTE_LOG_LEVEL config option, use existing RTE_LOG_DP_LEVEL config
option for controlling datapath log level.
RTE_LOG_LEVEL is no longer needed as dynamic logging can be used to
control global and module specific log levels.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Reviewed-by: Olivier Matz <olivier.matz@6wind.com>
config/common_base
devtools/test-build.sh
doc/guides/faq/faq.rst
drivers/net/ena/base/ena_plat_dpdk.h
drivers/net/sfc/sfc_debug.h
examples/l3fwd-acl/main.c