From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] flow_classify: fix logging Date: Fri, 27 Oct 2017 00:13:47 +0200 Message-ID: <9271314.f1G8uh15D2@xps> References: <1509014850-17368-1-git-send-email-bernard.iremonger@intel.com> <54CBAA185211B4429112C315DA58FF6D3327BD42@IRSMSX103.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Singh, Jasvinder" To: "Iremonger, Bernard" Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 061631BB12 for ; Fri, 27 Oct 2017 00:13:48 +0200 (CEST) In-Reply-To: <54CBAA185211B4429112C315DA58FF6D3327BD42@IRSMSX103.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Set log_level to RTE_LOG_INFO. > > The RTE_LIBRTE_CLASSIFY_DEBUG macro has been removed from the config > > file, use the log_level instead. > > > > Fixes: be41ac2a330f ("flow_classify: introduce flow classify library") > > Signed-off-by: Bernard Iremonger > > Acked-by: Jasvinder Singh Applied, thanks