From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v2] test/crypto: remove crypto perf tests Date: Thu, 5 Oct 2017 18:32:14 +0530 Message-ID: <7c5e18e9-44b3-8dbe-eeac-d59404aa70e5@nxp.com> References: <1494878234-36169-1-git-send-email-pablo.de.lara.guarch@intel.com> <20171004064838.29827-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: To: Pablo de Lara , , , , , , Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0040.outbound.protection.outlook.com [104.47.42.40]) by dpdk.org (Postfix) with ESMTP id F0A551B1B8 for ; Thu, 5 Oct 2017 15:02:22 +0200 (CEST) In-Reply-To: <20171004064838.29827-1-pablo.de.lara.guarch@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/4/2017 12:18 PM, Pablo de Lara wrote: > 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 > --- > > Changes in v2: > - Rebased against latest code > - Added note in release notes > > doc/guides/rel_notes/release_17_11.rst | 15 + > test/test/Makefile | 1 - > test/test/test_cryptodev_perf.c | 4932 -------------------------------- > 3 files changed, 15 insertions(+), 4933 deletions(-) > delete mode 100644 test/test/test_cryptodev_perf.c > Acked-by: Akhil Goyal