From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.228.170]) by dpdk.org (Postfix) with ESMTP id F0207938C for ; Fri, 13 Nov 2015 07:47:54 +0100 (CET) Received: from sdn-sensor.attlocal.net (99-34-229-174.lightspeed.sntcca.sbcglobal.net [99.34.229.174]) by mail.mhcomputing.net (Postfix) with ESMTPSA id 05F7CD8; Fri, 13 Nov 2015 01:47:53 -0500 (EST) From: Matthew Hall To: dev@dpdk.org Date: Fri, 13 Nov 2015 06:47:32 +0000 Message-Id: <1447397258-27233-1-git-send-email-mhall@mhcomputing.net> X-Mailer: git-send-email 1.9.1 Subject: [dpdk-dev] [PATCH 0/6] librte_eal: allow wider range of log levels X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 06:47:55 -0000 This is a simple but very helpful patch for app developers. It allows a wider range of log levels from in the rte_log framework. It allows developers to avoid resorting to a lot of external log frameworks in their DPDK code. Matthew Hall (6): librte_log: add function to retrieve log_level rte_log.h: add detailed log levels RTE_LOG{FINE,FINER,FINEST} eal_common_log.c: reset default level to RTE_LOG_FINEST rte_log.h: update logging docs to include FINEST level rte_log.h: add RTE_SYSLOG_LEVEL_MAX eal_log.c: limit syslog level to RTE_SYSLOG_LEVEL_MAX lib/librte_eal/common/eal_common_log.c | 2 +- lib/librte_eal/common/include/rte_log.h | 31 +++++++++++++++++++------------ lib/librte_eal/linuxapp/eal/eal_log.c | 1 + 3 files changed, 21 insertions(+), 13 deletions(-) -- 1.9.1