From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 46E5010A7 for ; Tue, 13 Dec 2016 09:09:31 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 13 Dec 2016 00:09:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,340,1477983600"; d="scan'208";a="41988782" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga006.fm.intel.com with ESMTP; 13 Dec 2016 00:09:30 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 13 Dec 2016 00:09:30 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.11]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.235]) with mapi id 14.03.0248.002; Tue, 13 Dec 2016 16:09:28 +0800 From: "Yang, GangX" To: "dev@dpdk.org" CC: "Chen, Zhaoyan" , "Kusztal, ArkadiuszX" , "Trahe, Fiona" , "Griffin, John" , "Yang, GangX" Thread-Topic: [PATCH] test: adding AES cipher-only tests on QAT PMD Thread-Index: AQHSRyZCiH9M9BjJkkapuuix1cdnmqDxJOkAgBRzzWCAAAFIAA== Date: Tue, 13 Dec 2016 08:09:27 +0000 Message-ID: References: <1480012164-17395-1-git-send-email-fiona.trahe@intel.com> <80307F746F1522479831AB1253B7024E70C403@IRSMSX102.ger.corp.intel.com> <9DEEADBC57E43F4DA73B571777FECECA3C7CC7F7@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <9DEEADBC57E43F4DA73B571777FECECA3C7CC7F7@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] 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: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2016 08:09:32 -0000 Tested-by: Yang Gang < gangx.yang@intel.com > - Check patch: success - Apply patch: success - compilation: success OS: fedora21 GCC: gcc_x86-64, 4.8.3 Commit: dpdk-next-crypto( e6c7b6ec57f3527ce55fa3e0d2a8ed1533722253 ) x86_64-native-linuxapp-gcc: compile pass - dts validation: -- Test Commit: 44a66e026d772dd626be32ad3fb0506839136f58 -- OS/Kernel: Fedora21/3.11.10-301.fc20.x86_64 -- GCC: gcc version 4.8.3 -- CPU: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz -- NIC: Intel Corporation Ethernet Controller X710 for 10GbE SFP+ [8086:157= 2] -- total 2,failed 0 (case1: contain cryptodev_qat_perftest and all of other= s cryptodev cases on unit test . case 2: all of the related cases about AES cipher only on l2fwd-crypto t= est) > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of De Lara Guarch,=20 > Pablo > Sent: Wednesday, November 30, 2016 11:16 PM > To: Kusztal, ArkadiuszX ; Trahe, Fiona=20 > ; dev@dpdk.org > Cc: Griffin, John > Subject: Re: [dpdk-dev] [PATCH] test: adding AES cipher-only tests on=20 > QAT PMD >=20 >=20 >=20 > > -----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 > > > > > > > > > -----Original Message----- > > > From: Trahe, Fiona > > > Sent: Thursday, November 24, 2016 6:29 PM > > > To: dev@dpdk.org > > > Cc: De Lara Guarch, Pablo ; Trahe,=20 > > > Fiona ; Griffin, John=20 > > > ; Kusztal, ArkadiuszX=20 > > > > > > Subject: [PATCH] test: adding AES cipher-only tests on QAT PMD > > > > > > Extended functional AES-CBC and AES-CTR cipher-only tests to run=20 > > > on QAT PMD. > > > Added AES_CBC cipher-only performance tests on QAT PMD. > > > No driver changes, but as now tested, QAT documentation is updated=20 > > > 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 >=20 > Applied to dpdk-next-crypto. > Thanks, >=20 > Pablo