From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH] config: remove RTE_LOG_LEVEL Date: Fri, 16 Feb 2018 12:02:39 -0800 Message-ID: <20180216200239.9855-1-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pl0-f67.google.com (mail-pl0-f67.google.com [209.85.160.67]) by dpdk.org (Postfix) with ESMTP id 6E92A8E01 for ; Fri, 16 Feb 2018 21:02:43 +0100 (CET) Received: by mail-pl0-f67.google.com with SMTP id ay8so2243785plb.4 for ; Fri, 16 Feb 2018 12:02:43 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- 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