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 5C27437AF for ; Tue, 11 Jul 2017 12:54:55 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jul 2017 03:54:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,346,1496127600"; d="scan'208";a="1171076327" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga001.fm.intel.com with ESMTP; 11 Jul 2017 03:54:54 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX152.ger.corp.intel.com ([169.254.6.83]) with mapi id 14.03.0319.002; Tue, 11 Jul 2017 11:54:53 +0100 From: "De Lara Guarch, Pablo" To: Thomas Monjalon CC: "dev@dpdk.org" , "Doherty, Declan" Thread-Topic: [dpdk-dev] [PATCH] test/crypto: remove crypto perf tests Thread-Index: AQHSzbVqX4qGc6m880Sr8W/Q2HGDEaJKbC6AgARZ1aA= Date: Tue, 11 Jul 2017 10:54:52 +0000 Message-ID: References: <1494878234-36169-1-git-send-email-pablo.de.lara.guarch@intel.com> <1686914.0vIiBvB1W8@xps> In-Reply-To: <1686914.0vIiBvB1W8@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 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] 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: Tue, 11 Jul 2017 10:54:56 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Saturday, July 8, 2017 6:04 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Doherty, Declan > Subject: Re: [dpdk-dev] [PATCH] test/crypto: remove crypto perf tests >=20 > 15/05/2017 21:57, Pablo de Lara: > > 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. > > > > Signed-off-by: Pablo de Lara >=20 > What is the status of this patch? Sorry, I forgot about this. We were going to remove these tests, since we t= hought that the crypto-perf app was mature enough, but we have found out that for some cases (mainly when using hardware devices), the measurements in that application are not realistic (the app was tuned for software=20 Therefore, I will defer this patch for the next release, when we should cov= er these cases in the crypto-perf app. Thanks, Pablo