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 02B8DFAF7 for ; Thu, 30 Mar 2017 00:22:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490826128; x=1522362128; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=EB2gphTRsBGG6NSv9KKixfgJJWo+of5xp1TV52KxiYo=; b=Do/YEYTFL/D524DVOdhlj9SzCXccOi8OEOuvSRfs71ru/yFKn7gxEbrp caocHSnCrX6mVgyQEoHjkJVx+J4F9A==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Mar 2017 15:22:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,243,1486454400"; d="scan'208";a="82474017" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga006.fm.intel.com with ESMTP; 29 Mar 2017 15:22:06 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 29 Mar 2017 23:22:05 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by irsmsx155.ger.corp.intel.com ([169.254.14.202]) with mapi id 14.03.0319.002; Wed, 29 Mar 2017 23:22:05 +0100 From: "De Lara Guarch, Pablo" To: "Gonzalez Monroy, Sergio" , "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/9] Crypto performance app improvements Thread-Index: AQHSpuz8FSNx279sCk+xaEUX7VIQXaGonL6wgANF1YCAAHvU4A== Date: Wed, 29 Mar 2017 22:22:04 +0000 Message-ID: References: <1488557592-46193-1-git-send-email-pablo.de.lara.guarch@intel.com> <1490613966-74180-1-git-send-email-pablo.de.lara.guarch@intel.com> <7292c027-f127-2c12-b211-5829a0b72341@intel.com> In-Reply-To: <7292c027-f127-2c12-b211-5829a0b72341@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzhhOTUzMmItNWRlNy00Yzk0LWI1YTEtYmU4OTExNGI2YjEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlBaeGk1am05UkpxcDRKUiswMTM1QzlyT3EwbmFkYTBsMG9TZUpySFdDN1E9In0= 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 v2 0/9] Crypto performance app improvements 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: Wed, 29 Mar 2017 22:22:08 -0000 > -----Original Message----- > From: Gonzalez Monroy, Sergio > Sent: Wednesday, March 29, 2017 4:25 PM > To: De Lara Guarch, Pablo; Doherty, Declan > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 0/9] Crypto performance app > improvements >=20 > On 27/03/2017 13:29, De Lara Guarch, Pablo wrote: > > > >> -----Original Message----- > >> From: De Lara Guarch, Pablo > >> Sent: Monday, March 27, 2017 12:26 PM > >> To: Doherty, Declan > >> Cc: dev@dpdk.org; De Lara Guarch, Pablo > >> Subject: [PATCH v2 0/9] Crypto performance app improvements > >> > >> This patchset makes the following changes in the crypto-perf app: > >> > >> - Adds the option to run performance tests on different > >> buffer and burst sizes, in a single run, instead of having to > >> run the application several times. > >> > >> - Cleans up the application, by removing unused functions and > >> separating the verify option in a new test type > >> > >> - Fixes several issues in the application (such as wrong test vectors) > >> > >> > >> Pablo de Lara (8): > >> app/crypto-perf: remove cyclecount test type > >> app/crypto-perf: remove unused file > >> app/crypto-perf: fix AES CBC 128 test vectors > >> app/crypto-perf: do not append digest if not used > >> app/crypto-perf: display results in test runner > >> app/crypto-perf: add range/list of sizes > >> app/crypto-perf: add extra option checks > >> app/crypto-perf: reorg options structure > >> > >> Sergio Gonzalez Monroy (1): > >> app/crypto-perf: move verify as single test type > >> > >> app/test-crypto-perf/Makefile | 1 + > >> app/test-crypto-perf/cperf_ops.c | 20 +- > >> app/test-crypto-perf/cperf_ops.h | 5 - > >> app/test-crypto-perf/cperf_options.h | 35 +- > >> app/test-crypto-perf/cperf_options_parsing.c | 308 ++++++++++-- > >> app/test-crypto-perf/cperf_test_latency.c | 508 ++++++++-----= ------- > >> app/test-crypto-perf/cperf_test_throughput.c | 502 +++++++------= ---- > --- > >> app/test-crypto-perf/cperf_test_vector_parsing.c | 12 +- > >> app/test-crypto-perf/cperf_test_vectors.c | 8 +- > >> app/test-crypto-perf/cperf_test_verify.c | 579 > >> +++++++++++++++++++++++ > >> app/test-crypto-perf/cperf_test_verify.h | 58 +++ > >> app/test-crypto-perf/cperf_verify_parser.c | 314 ------------ > >> app/test-crypto-perf/data/aes_cbc_128_sha.data | 439 +++++++++--- > ----- > >> app/test-crypto-perf/main.c | 71 ++- > >> doc/guides/tools/cryptoperf.rst | 27 +- > >> 15 files changed, 1592 insertions(+), 1295 deletions(-) > >> create mode 100644 app/test-crypto-perf/cperf_test_verify.c > >> create mode 100644 app/test-crypto-perf/cperf_test_verify.h > >> delete mode 100644 app/test-crypto-perf/cperf_verify_parser.c > >> > >> -- > >> 2.7.4 > > Changes in v2: > > - Split previous third patch into new four patches (6-9) > > - Removed unused functions > > - Fixed AES CBC 128 test vectors > > > Acked-by: Sergio Gonzalez Monroy Applied to dpdk-next-crypto. Pablo