[dpdk-dev] [PATCH 5/6] rte_log.h: add RTE_SYSLOG_LEVEL_MAX

Matthew Hall mhall at mhcomputing.net
Fri Nov 13 07:47:37 CET 2015


Signed-off-by: Matthew Hall <mhall at mhcomputing.net>
---
 lib/librte_eal/common/include/rte_log.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/librte_eal/common/include/rte_log.h b/lib/librte_eal/common/include/rte_log.h
index 4a70ce5..d7e11f1 100644
--- a/lib/librte_eal/common/include/rte_log.h
+++ b/lib/librte_eal/common/include/rte_log.h
@@ -102,6 +102,9 @@ extern struct rte_logs rte_logs;
 #define RTE_LOG_FINER    10U  /**< Finer-level messages.             */
 #define RTE_LOG_FINEST   11U  /**< Finest-level messages.            */
 
+/* Syslog only supports 7 (DEBUG) and higher levels. */
+#define RTE_SYSLOG_LEVEL_MAX 7U
+
 /** The default log stream. */
 extern FILE *eal_default_log_stream;
 
-- 
1.9.1



More information about the dev mailing list