From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3ECDE1BAD2 for ; Thu, 26 Oct 2017 14:20:29 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Oct 2017 05:20:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,434,1503385200"; d="scan'208";a="1235582136" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga002.fm.intel.com with ESMTP; 26 Oct 2017 05:20:28 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX153.ger.corp.intel.com ([169.254.9.34]) with mapi id 14.03.0319.002; Thu, 26 Oct 2017 13:20:27 +0100 From: "Singh, Jasvinder" To: "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [PATCH] flow_classify: fix logging Thread-Index: AQHTTkfX766CWojlBEuLQXvTrozwmqL2DINw Date: Thu, 26 Oct 2017 12:20:26 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D3327BD42@IRSMSX103.ger.corp.intel.com> References: <1509014850-17368-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1509014850-17368-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDY5NmViZjQtMGEwZS00NGE5LTlkOWYtN2NmYWE3NzY2MjM2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjAxTjlEY0RUamxtYXhPa01HeENjYjZ5c2Y3bVwvK2dVXC9zTVN4VVFlekVlWT0ifQ== x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 12:20:30 -0000 > -----Original Message----- > From: Iremonger, Bernard > Sent: Thursday, October 26, 2017 11:48 AM > To: dev@dpdk.org; Singh, Jasvinder > Cc: Iremonger, Bernard > Subject: [PATCH] flow_classify: fix logging >=20 > 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. >=20 > Fixes: be41ac2a330f ("flow_classify: introduce flow classify library") > Signed-off-by: Bernard Iremonger > --- Acked-by: Jasvinder Singh