From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6E15F2935 for ; Mon, 26 Sep 2016 21:43:34 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP; 26 Sep 2016 12:43:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,401,1470726000"; d="scan'208";a="13534871" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga005.jf.intel.com with ESMTP; 26 Sep 2016 12:43:32 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.95]) by IRSMSX154.ger.corp.intel.com ([169.254.12.149]) with mapi id 14.03.0248.002; Mon, 26 Sep 2016 20:43:31 +0100 From: "Jain, Deepak K" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "De Lara Guarch, Pablo" , "Griffin, John" Thread-Topic: [PATCH v2] app/test: add AES GCM performance test to cryptodev Thread-Index: AQHSFYV4TuGLeVu8pEKoP59VnKS/VKCMMOfA Date: Mon, 26 Sep 2016 19:43:30 +0000 Deferred-Delivery: Mon, 26 Sep 2016 19:43:25 +0000 Message-ID: References: <1474626587-18214-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1474626587-18214-1-git-send-email-arkadiuszx.kusztal@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjRlMzRhOWItOThmZi00YTc4LTk4YmUtYzFiMDk4MjkyNjEwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IktVcXMzNlwvWCtZZW1LY3R4ekdQQTBNUVJJOEFWdjhoNlZMOW9hSjhCUVRNPSJ9 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 v2] app/test: add AES GCM performance test to cryptodev 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: Mon, 26 Sep 2016 19:43:34 -0000 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Friday, September 23, 2016 11:30 AM > To: dev@dpdk.org > Cc: Trahe, Fiona ; Jain, Deepak K > ; De Lara Guarch, Pablo > ; Griffin, John ; > Kusztal, ArkadiuszX > Subject: [PATCH v2] app/test: add AES GCM performance test to cryptodev >=20 > This patch adds AES Galois Counter Mode performance test case for > cryptodev QAT tests. Test is performed with different buffer sizes, burst= size > of 32 and 128b key. Test vectors are placed in > app/test/test_cryptodev_perf_vectors.h file. >=20 > This patch depends on the following patches/patchsets: >=20 > "app/test: fix linkage scope of gmac plaintext array" > (http://dpdk.org/dev/patchwork/patch/16023/) >=20 > Signed-off-by: Arek Kusztal > --- > v2: > * Fixed 32b build problem in test_cryptodev_perf.c > --- > app/test/test_cryptodev_gcm_test_vectors.h | 636 > +++++++++++++++++++++++++++++ > app/test/test_cryptodev_perf.c | 431 ++++++++++++++++++- > 2 files changed, 1064 insertions(+), 3 deletions(-) >=20 > -- > 2.1.0 Acked-by: Deepak Kumar Jain