From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 66378FBA3 for ; Wed, 21 Dec 2016 12:47:37 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP; 21 Dec 2016 03:47:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,383,1477983600"; d="scan'208";a="45333010" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga005.fm.intel.com with ESMTP; 21 Dec 2016 03:47:35 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 21 Dec 2016 11:47:34 +0000 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.248]) by irsmsx155.ger.corp.intel.com ([169.254.14.141]) with mapi id 14.03.0248.002; Wed, 21 Dec 2016 11:47:34 +0000 From: "Trahe, Fiona" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Griffin, John" , "Jain, Deepak K" Thread-Topic: [PATCH 0/3] Add DES capability to Intel QuickAssist Technology driver Thread-Index: AQHSTKaoAnGQF0VVm06nbRuE8bqx46ESYx0g Date: Wed, 21 Dec 2016 11:47:33 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B4358914EF95@IRSMSX101.ger.corp.intel.com> References: <1480688162-27474-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1480688162-27474-1-git-send-email-arkadiuszx.kusztal@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDRiMjMzN2UtMmUyYy00ZTNiLTkyZDgtZTM5YjIxYmFlODc2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkwzdzNPeThDSGhLVTI3MVBRMmRYR2lUeHFDOVZ2UnFCR2JaRlRxXC9ndENVPSJ9 x-ctpclassification: CTP_IC 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 0/3] Add DES capability to Intel QuickAssist Technology driver 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: Wed, 21 Dec 2016 11:47:37 -0000 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Friday, December 2, 2016 2:16 PM > To: dev@dpdk.org > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > ; Griffin, John ; > Jain, Deepak K ; Kusztal, ArkadiuszX > > Subject: [PATCH 0/3] Add DES capability to Intel QuickAssist Technology d= river >=20 > This patchset adds Data Encryption Standard (DES) capability to Intel > QuickAssist > Technology driver and corresponding tests to test files. >=20 > Arek Kusztal (3): > lib/librte_cryptodev: add DES CBC cipher algorithm > crypto/qat: add DES capability to Intel QAT driver > app/test: add DES tests to Intel QAT crypto test suite >=20 > app/test/test_cryptodev.c | 18 ++++ > app/test/test_cryptodev_blockcipher.c | 5 ++ > app/test/test_cryptodev_blockcipher.h | 3 +- > app/test/test_cryptodev_des_test_vectors.h | 110 > +++++++++++++++++++++++ > doc/guides/cryptodevs/qat.rst | 1 + > doc/guides/rel_notes/release_17_02.rst | 6 ++ > drivers/crypto/qat/qat_adf/qat_algs.h | 1 + > drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 16 ++++ > drivers/crypto/qat/qat_crypto.c | 29 +++++- > lib/librte_cryptodev/rte_crypto_sym.h | 4 + > 10 files changed, 191 insertions(+), 2 deletions(-) >=20 > -- > 2.1.0 Acked-by: Fiona Trahe