[dpdk-stable] patch 'config: remove old log level option' has been queued to stable release 18.02.2

luca.boccassi at gmail.com luca.boccassi at gmail.com
Mon Apr 30 16:40:23 CEST 2018


Hi,

FYI, your patch has been queued to stable release 18.02.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/02/18. So please
shout if anyone has objections.

Thanks.

Luca Boccassi

---
>From 1319d5b781f8d7d39a0931aeef313b2f04b6e400 Mon Sep 17 00:00:00 2001
From: Stephen Hemminger <stephen at networkplumber.org>
Date: Fri, 16 Feb 2018 12:02:39 -0800
Subject: [PATCH] config: remove old log level option

[ upstream commit aded107a7428d54fea3ef7d9fb99729a2808eb75 ]

The old RTE_LOG_LEVEL has been replaced by RTE_DP_LOG_LEVEL and
is not used anywhere in the current source tree.

It is a merge leftover.

Fixes: 43e9f17ce7b8 ("log: remove log level config option")

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

diff --git a/config/rte_config.h b/config/rte_config.h
index 699878adb..08bcb1c3d 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
-- 
2.14.2



More information about the stable mailing list