* [dpdk-dev] [PATCH] config: remove RTE_LOG_LEVEL
@ 2018-02-16 20:02 Stephen Hemminger
2018-04-04 10:50 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2018-02-16 20:02 UTC (permalink / raw)
To: dev; +Cc: 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>
---
config/rte_config.h | 1 -
1 file changed, 1 deletion(-)
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
--
2.16.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] config: remove RTE_LOG_LEVEL
2018-02-16 20:02 [dpdk-dev] [PATCH] config: remove RTE_LOG_LEVEL Stephen Hemminger
@ 2018-04-04 10:50 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-04-04 10:50 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: dev
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")
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-04 10:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-16 20:02 [dpdk-dev] [PATCH] config: remove RTE_LOG_LEVEL Stephen Hemminger
2018-04-04 10:50 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).