[dpdk-dev] config: remove RTE_LOG_LEVEL

Message ID 20180216200239.9855-1-stephen@networkplumber.org (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Stephen Hemminger Feb. 16, 2018, 8:02 p.m. UTC
  The old RTE_LOG_LEVEL has been replaced by RTE_DP_LOG_LEVEL and
is not used anywhere in the currrent source tree.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 config/rte_config.h | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Thomas Monjalon April 4, 2018, 10:50 a.m. UTC | #1
16/02/2018 21:02, Stephen Hemminger:
> The old RTE_LOG_LEVEL has been replaced by RTE_DP_LOG_LEVEL and
> is not used anywhere in the currrent source tree.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Applied with following comments:

	It is a merge leftover.
 
	Fixes: 43e9f17ce7b8 ("log: remove log level config option")
  

Patch

diff --git a/config/rte_config.h b/config/rte_config.h
index 699878adb62a..08bcb1c3d043 100644
--- a/config/rte_config.h
+++ b/config/rte_config.h
@@ -24,7 +24,6 @@ 
 #define RTE_MAX_MEMSEG 512
 #define RTE_MAX_MEMZONE 2560
 #define RTE_MAX_TAILQ 32
-#define RTE_LOG_LEVEL RTE_LOG_INFO
 #define RTE_LOG_DP_LEVEL RTE_LOG_INFO
 #define RTE_BACKTRACE 1
 #define RTE_EAL_VFIO 1