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 5869D56A2 for ; Fri, 25 Nov 2016 15:13:54 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 25 Nov 2016 06:13:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,547,1473145200"; d="scan'208";a="1064089416" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga001.jf.intel.com with ESMTP; 25 Nov 2016 06:13:53 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.79]) by IRSMSX106.ger.corp.intel.com ([169.254.8.112]) with mapi id 14.03.0248.002; Fri, 25 Nov 2016 14:13:52 +0000 From: "Kusztal, ArkadiuszX" To: "Trahe, Fiona" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Griffin, John" Thread-Topic: [PATCH] test: adding AES cipher-only tests on QAT PMD Thread-Index: AQHSRoC0x/aRDNg6SESzZPjEkBodaKDpvmpg Date: Fri, 25 Nov 2016 14:13:52 +0000 Message-ID: <80307F746F1522479831AB1253B7024E70C403@IRSMSX102.ger.corp.intel.com> References: <1480012164-17395-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1480012164-17395-1-git-send-email-fiona.trahe@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: Fri, 25 Nov 2016 14:13:55 -0000 > -----Original Message----- > From: Trahe, Fiona > Sent: Thursday, November 24, 2016 6:29 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Trahe, Fiona > ; Griffin, John ; Kusztal, > ArkadiuszX > Subject: [PATCH] test: adding AES cipher-only tests on QAT PMD >=20 > 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. >=20 > 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(-) >=20 > -- > 2.5.0 Acked-by: Arek Kusztal