From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id AA2215587 for ; Wed, 30 Nov 2016 16:16:07 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP; 30 Nov 2016 07:16:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,574,1473145200"; d="scan'208";a="1066181632" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga001.jf.intel.com with ESMTP; 30 Nov 2016 07:16:04 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 30 Nov 2016 15:16:03 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.145]) by irsmsx111.ger.corp.intel.com ([169.254.2.55]) with mapi id 14.03.0248.002; Wed, 30 Nov 2016 15:16:03 +0000 From: "De Lara Guarch, Pablo" To: "Kusztal, ArkadiuszX" , "Trahe, Fiona" , "dev@dpdk.org" CC: "Griffin, John" Thread-Topic: [PATCH] test: adding AES cipher-only tests on QAT PMD Thread-Index: AQHSRoC0x/aRDNg6SESzZPjEkBodaKDpvmpggAftzYA= Date: Wed, 30 Nov 2016 15:16:02 +0000 Message-ID: References: <1480012164-17395-1-git-send-email-fiona.trahe@intel.com> <80307F746F1522479831AB1253B7024E70C403@IRSMSX102.ger.corp.intel.com> In-Reply-To: <80307F746F1522479831AB1253B7024E70C403@IRSMSX102.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWJmN2VkM2MtMTkyMS00YmFmLWIzMDgtOGFkMTdiYzFlYzg3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS45LjYuNiIsIlRydXN0ZWRMYWJlbEhhc2giOiJLTGRYaDNIbjJVQmlWUVV2YXlWRldsSHhKamdnbHRqUmdZdzRZelJuTGtzPSJ9 x-ctpclassification: CTP_PUBLIC 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] test: adding AES cipher-only tests on QAT PMD 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: Wed, 30 Nov 2016 15:16:08 -0000 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Friday, November 25, 2016 2:14 PM > To: Trahe, Fiona; dev@dpdk.org > Cc: De Lara Guarch, Pablo; Griffin, John > Subject: RE: [PATCH] test: adding AES cipher-only tests on QAT PMD >=20 >=20 >=20 > > -----Original Message----- > > From: Trahe, Fiona > > Sent: Thursday, November 24, 2016 6:29 PM > > To: dev@dpdk.org > > Cc: De Lara Guarch, Pablo ; Trahe, Fion= a > > ; Griffin, John ; Kuszta= l, > > ArkadiuszX > > Subject: [PATCH] test: adding AES cipher-only tests on QAT PMD > > > > Extended functional AES-CBC and AES-CTR cipher-only tests to run on QAT > > PMD. > > Added AES_CBC cipher-only performance tests on QAT PMD. > > No driver changes, but as now tested, QAT documentation is updated to > > remove constraint. > > > > Signed-off-by: Fiona Trahe > > --- > > app/test/test_cryptodev.c | 18 ++++++ > > app/test/test_cryptodev_aes_test_vectors.h | 36 +++++++---- > > app/test/test_cryptodev_perf.c | 96 +++++++++++++++++++---= --- > ---- > > - > > doc/guides/cryptodevs/qat.rst | 1 - > > 4 files changed, 102 insertions(+), 49 deletions(-) > > > > -- > > 2.5.0 > Acked-by: Arek Kusztal Applied to dpdk-next-crypto. Thanks, Pablo