From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] config: remove RTE_LOG_LEVEL Date: Wed, 04 Apr 2018 12:50:39 +0200 Message-ID: <10968706.QZsR98gEn7@xps> References: <20180216200239.9855-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B25271C0A4 for ; Wed, 4 Apr 2018 12:51:25 +0200 (CEST) In-Reply-To: <20180216200239.9855-1-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "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 Applied with following comments: It is a merge leftover. Fixes: 43e9f17ce7b8 ("log: remove log level config option")