From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7B66D20856; Thu, 26 Oct 2017 18:13:48 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 26 Oct 2017 18:13:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=r54ytrSCpCdlTGaW7jZMV6KOfK z0fNaoFTUz6l6KsAE=; b=NM9FxlZwwnWKsrl1z3O/8dkHjP3GXWwVrxxsw4ItNc ftsE4blcmfIDeHM+p1W2VJIrHNv7a59hBrfA46SJw7o85FI4BmpX4wmMcBq9qgk8 uDGNN/KUgq8ezgQKWvLt0NZRf0Cr9v7H6TNMNnhFjJjt10fjROQciZUQe6x33pxh 8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=r54ytr SCpCdlTGaW7jZMV6KOfKz0fNaoFTUz6l6KsAE=; b=clWxqGaDU/YaHQFaP3J9Bn lDYa6qMxzVj4oWcbkp2+USejAcricSw+3ueQ3UJt3wtn5HXEEPcqqivkpxwsI/am 3TJT6b7MyOaeGxl2kyxAINw4cXl0A9R62zJOgoVVzC0iW/J05kWjhySUv2tLsfPF J0HIZy/TzkYfhc0nu/G+M1rWoFaoVdtBYmt2/Wx5JiAHFTLFlaZzpLTp8AzOZpMh r4ypYyW+Rc8l0F/edcDFfBTnHevOqXWCVkZQZN5zdp2mmSJKCedDQirD0tAXwGyf /lKn3VcWOascxwl2FGKhVxnGRLwnnqUtUq1SM9G+sWTFEu+ZfaR330xhwP/9DEzg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 33B197E5CB; Thu, 26 Oct 2017 18:13:48 -0400 (EDT) From: Thomas Monjalon To: "Iremonger, Bernard" Cc: dev@dpdk.org, "Singh, Jasvinder" Date: Fri, 27 Oct 2017 00:13:47 +0200 Message-ID: <9271314.f1G8uh15D2@xps> In-Reply-To: <54CBAA185211B4429112C315DA58FF6D3327BD42@IRSMSX103.ger.corp.intel.com> References: <1509014850-17368-1-git-send-email-bernard.iremonger@intel.com> <54CBAA185211B4429112C315DA58FF6D3327BD42@IRSMSX103.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] flow_classify: fix logging X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2017 22:13:49 -0000 > > 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