From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2613B2C61 for ; Wed, 16 Mar 2016 06:05:30 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 15 Mar 2016 22:05:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,343,1455004800"; d="scan'208";a="765038919" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 15 Mar 2016 22:05:29 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 15 Mar 2016 22:05:28 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 15 Mar 2016 22:05:27 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.24]) by shsmsx102.ccr.corp.intel.com ([169.254.2.232]) with mapi id 14.03.0248.002; Wed, 16 Mar 2016 13:05:26 +0800 From: "Cao, Min" To: "Jain, Deepak K" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 0/3] Snow3G support for Intel Quick Assist Devices Thread-Index: AQHRdUSiCQESKfSGP0q2jYOHjQQc8p9bmEaQ Date: Wed, 16 Mar 2016 05:05:25 +0000 Message-ID: References: <1454003176-59256-1-git-send-email-deepak.k.jain@intel.com> <1457010079-158471-1-git-send-email-deepak.k.jain@intel.com> In-Reply-To: <1457010079-158471-1-git-send-email-deepak.k.jain@intel.com> Accept-Language: zh-CN, 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 v3 0/3] Snow3G support for Intel Quick Assist Devices 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, 16 Mar 2016 05:05:30 -0000 Tested-by: Min Cao - Tested Commit: 1b9cb73ecef109593081ab9efbd9d1429607bb99 - OS: Fedora20 3.11.10-301.fc20.x86_64 - GCC: gcc (GCC) 4.8.3 - CPU: Intel(R) Xeon(R) CPU E5-2658 v3 @ 2.20GHz - NIC: Niantic - Default x86_64-native-linuxapp-gcc configuration - Prerequisites: - Total 42 cases, 42 passed, 0 failed - test case 1: QAT Unit test=20 Total 31 cases, 31 passed, 0 failed - test case 2: AES_NI Unit test=20 Total 10 cases, 10 passed, 0 failed - test case 3: l2fwd-crypto=20 Total 1 cases, 1 passed, 0 failed -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Deepak Kumar JAIN Sent: Thursday, March 03, 2016 9:01 PM To: dev@dpdk.org Subject: [dpdk-dev] [PATCH v3 0/3] Snow3G support for Intel Quick Assist De= vices This patchset contains fixes and refactoring for Snow3G(UEA2 and UIA2) wireless algorithm for Intel Quick Assist devices. QAT PMD previously supported only cipher/hash alg-chaining for AES/SHA. The code has been refactored to also support cipher-only and hash only (= for Snow3G only) functionality along with alg-chaining. Changes from v2: 1) Rebasing based on below mentioned patchset. This patchset depends on cryptodev API changes http://dpdk.org/ml/archives/dev/2016-February/034212.html Deepak Kumar JAIN (3): crypto: add cipher/auth only support qat: add support for Snow3G app/test: add Snow3G tests app/test/test_cryptodev.c | 1037 ++++++++++++++++= +++- app/test/test_cryptodev.h | 3 +- app/test/test_cryptodev_snow3g_hash_test_vectors.h | 415 ++++++++ app/test/test_cryptodev_snow3g_test_vectors.h | 379 +++++++ doc/guides/cryptodevs/qat.rst | 8 +- doc/guides/rel_notes/release_16_04.rst | 6 + drivers/crypto/qat/qat_adf/qat_algs.h | 19 +- drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 280 +++++- drivers/crypto/qat/qat_crypto.c | 149 ++- drivers/crypto/qat/qat_crypto.h | 10 + 10 files changed, 2231 insertions(+), 75 deletions(-) create mode 100644 = app/test/test_cryptodev_snow3g_hash_test_vectors.h create mode 100644 app/test/test_cryptodev_snow3g_test_vectors.h -- 2.1.0