From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 462AC5F25 for ; Mon, 2 Jul 2018 17:51:29 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2018 08:51:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,299,1526367600"; d="scan'208";a="237259520" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga005.jf.intel.com with ESMTP; 02 Jul 2018 08:51:07 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by IRSMSX104.ger.corp.intel.com ([169.254.5.212]) with mapi id 14.03.0319.002; Mon, 2 Jul 2018 16:51:06 +0100 From: "De Lara Guarch, Pablo" To: "Parthasarathy, JananeeX M" , "dev@dpdk.org" CC: "Pattan, Reshma" Thread-Topic: [PATCH v2] cryptodev: remove RTE_LIBRTE_CRYPTODEV_DEBUG Thread-Index: AQHUEgCYzIiecZgEAE2qpcLSLOuzgaR8Dugw Date: Mon, 2 Jul 2018 15:51:05 +0000 Message-ID: References: <1528785534-23425-1-git-send-email-jananeex.m.parthasarathy@intel.com> <1530534656-12125-1-git-send-email-jananeex.m.parthasarathy@intel.com> In-Reply-To: <1530534656-12125-1-git-send-email-jananeex.m.parthasarathy@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2RmNzExOGYtZTMyYy00ZTcwLThhNTQtM2Y5MzQ2NzhkMWNmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOW5FaEFpOWtmelZWZzZaSWVEUHZqNHEwOGRcL3dWQW4rZEJZRDBkOE1mREJRSnRYZzl3dkkwSEE1WGs1VVA0N3QifQ== x-ctpclassification: CTP_NT 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 v2] cryptodev: remove RTE_LIBRTE_CRYPTODEV_DEBUG 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: Mon, 02 Jul 2018 15:51:30 -0000 > -----Original Message----- > From: Parthasarathy, JananeeX M > Sent: Monday, July 2, 2018 1:31 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Pattan, Reshm= a > ; Parthasarathy, JananeeX M > > Subject: [PATCH v2] cryptodev: remove RTE_LIBRTE_CRYPTODEV_DEBUG >=20 > From: Jananee Parthasarathy >=20 > For librte_cryptodev dynamic logging, conditional compilation of debug lo= gs > would not be required anymore. >=20 > Signed-off-by: Jananee Parthasarathy > Reviewed-by: Reshma Pattan > Reviewed-by: Pablo de Lara Guarch > --- > v2: unused macro removed from config/common_base and rte_dev.h Applied to dpdk-next-crypto. Thanks, Pablo