From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6A1B21B1A7 for ; Thu, 5 Oct 2017 11:34:14 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Oct 2017 02:34:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,481,1500966000"; d="scan'208";a="135460752" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga004.jf.intel.com with ESMTP; 05 Oct 2017 02:34:12 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.22]) by IRSMSX109.ger.corp.intel.com ([169.254.13.28]) with mapi id 14.03.0319.002; Thu, 5 Oct 2017 10:34:11 +0100 From: "Zhang, Roy Fan" To: "De Lara Guarch, Pablo" , "Doherty, Declan" , "hemant.agrawal@nxp.com" , "akhil.goyal@nxp.com" , "jerin.jacob@caviumnetworks.com" , "Trahe, Fiona" , "Jain, Deepak K" , "Griffin, John" CC: "dev@dpdk.org" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH v2] test/crypto: remove crypto perf tests Thread-Index: AQHTPR/kiAcUEsG67ka2cqOUzrz00qLU/7/Q Date: Thu, 5 Oct 2017 09:34:11 +0000 Message-ID: <9F7182E3F746AB4EA17801C148F3C60433040AE4@IRSMSX101.ger.corp.intel.com> References: <1494878234-36169-1-git-send-email-pablo.de.lara.guarch@intel.com> <20171004064838.29827-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20171004064838.29827-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDFhYzQ5YzAtODQ5Yy00OGVhLThlOGMtZDFjNGRiODE4ODdmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImJlSGw5UDZZeVdJNXBtQWhkRWtxd0loTkRmNnRMTFoyODR4Ym55Q3Q1NHc9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 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] test/crypto: remove crypto perf tests 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, 05 Oct 2017 09:34:14 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Wednesday, October 4, 2017 7:49 AM > To: Doherty, Declan ; > hemant.agrawal@nxp.com; akhil.goyal@nxp.com; > jerin.jacob@caviumnetworks.com; Trahe, Fiona ; > Jain, Deepak K ; Griffin, John > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH v2] test/crypto: remove crypto perf tests >=20 > Since the crypto perf application is flexible enough > to cover all the crypto performance tests, these are not needed > anymore, so they will be removed to avoid duplications. > Besides, the crypto perf application gives the user more options > to get performance, for every single supported algorithm, > such as varying the buffer size as the user wants. >=20 > Signed-off-by: Pablo de Lara > --- >=20 > Changes in v2: > - Rebased against latest code > - Added note in release notes =20 Acked-by: Fan Zhang