From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 47F74CBCE for ; Fri, 17 Jun 2016 00:14:05 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 16 Jun 2016 15:14:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,481,1459839600"; d="scan'208";a="1003599159" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga002.fm.intel.com with ESMTP; 16 Jun 2016 15:14:01 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.183]) by IRSMSX154.ger.corp.intel.com ([169.254.12.28]) with mapi id 14.03.0248.002; Thu, 16 Jun 2016 23:13:56 +0100 From: "De Lara Guarch, Pablo" To: "Jain, Deepak K" , "dev@dpdk.org" CC: "Doherty, Declan" , "Griffin, John" , "Trahe, Fiona" Thread-Topic: [PATCH 0/4] Extending cryptodev Performance tests Thread-Index: AQHRyAgqhyH76FX/MUa8GlZp5tlBC5/sqIzQ Date: Thu, 16 Jun 2016 22:13:55 +0000 Message-ID: References: <1466106543-209204-1-git-send-email-deepak.k.jain@intel.com> In-Reply-To: <1466106543-209204-1-git-send-email-deepak.k.jain@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzE4MzM1MzktZWE4YS00N2FiLTkxNzYtNDlmMmVlM2UxYTVkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im8rV2NcL21Xd091MjcyS2pkaUpJYXZtWDRSaWNPaFl1MVZnV1BZXC8wYjkyZz0ifQ== x-ctpclassification: CTP_IC 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 0/4] Extending cryptodev Performance tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2016 22:14:05 -0000 > -----Original Message----- > From: Jain, Deepak K > Sent: Thursday, June 16, 2016 8:49 PM > To: dev@dpdk.org > Cc: Doherty, Declan; Griffin, John; Trahe, Fiona; De Lara Guarch, Pablo; = Jain, > Deepak K > Subject: [PATCH 0/4] Extending cryptodev Performance tests >=20 > Performance tests haven been extended in this patchset. >=20 > Patchset consists of 4 patches: > Patch 1 adds new function rte_crypto_op_bulk_free to be used in patch 2 > and patch 3. > Patch 2 add snow3g performance tests. > Patch 3 updates the existing aes performanc test > Patch 4 fixes the typo in names of perftest >=20 >=20 > Declan Doherty (1): > cryptodev: add rte_crypto_op_bulk_free function >=20 > Fiona Trahe (2): > app/test: adding Snow3g performance test > app/test: updating AES SHA performance test >=20 > Jain, Deepak K (1): > app/test: typo fixing >=20 > app/test/test_cryptodev.h | 4 +- > app/test/test_cryptodev_perf.c | 1153 > ++++++++++++++++++++++++++++++++----- > lib/librte_cryptodev/rte_crypto.h | 15 + > 3 files changed, 1030 insertions(+), 142 deletions(-) >=20 > -- > 2.5.5 Acked-by: Pablo de Lara