From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id DA7F01BE97 for ; Wed, 4 Jul 2018 12:03:43 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jul 2018 03:03:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,306,1526367600"; d="scan'208";a="55053868" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga006.jf.intel.com with ESMTP; 04 Jul 2018 03:03:42 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.152]) by IRSMSX103.ger.corp.intel.com ([169.254.3.136]) with mapi id 14.03.0319.002; Wed, 4 Jul 2018 11:03:41 +0100 From: "Pattan, Reshma" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] crypto/snow3g: add dynamic logging Thread-Index: AQHUEst7IBMeU4ig1E+SQAstkh2x7qR+y7xQgAAIQ2D///GrgIAAEPig Date: Wed, 4 Jul 2018 10:03:41 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A35E3D9@irsmsx110.ger.corp.intel.com> References: <20180703043722.18978-1-pablo.de.lara.guarch@intel.com> <3AEA2BF9852C6F48A459DA490692831F2A35E3B9@irsmsx110.ger.corp.intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] crypto/snow3g: add dynamic 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: Wed, 04 Jul 2018 10:03:44 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, July 4, 2018 11:02 AM > To: Pattan, Reshma ; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] crypto/snow3g: add dynamic logging >=20 > > > > Also need to remove CONFIG_RTE_LIBRTE_PMD_SNOW3G_DEBUG flag. >=20 > I haven't removed it, because it is still used in the data path, so it wa= sn't used > just for logging. >=20 Yes, I noticed that. Fine. > Thanks for the review. > Pablo