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 5D4F010CCE for ; Thu, 22 Dec 2016 00:02:25 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP; 21 Dec 2016 15:02:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,385,1477983600"; d="scan'208";a="801042287" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by FMSMGA003.fm.intel.com with ESMTP; 21 Dec 2016 15:02:23 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX101.ger.corp.intel.com ([163.33.3.153]) with mapi id 14.03.0248.002; Wed, 21 Dec 2016 23:02:22 +0000 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Griffin, John" , "Jain, Deepak K" Thread-Topic: [PATCH 0/3] Add DES capability to Intel QuickAssist Technology driver Thread-Index: AQHSTKaoIcCII0jyNkutpc8mYxa80aESZrqAgAC8doA= Date: Wed, 21 Dec 2016 23:02:22 +0000 Message-ID: References: <1480688162-27474-1-git-send-email-arkadiuszx.kusztal@intel.com> <348A99DA5F5B7549AA880327E580B4358914EF95@IRSMSX101.ger.corp.intel.com> In-Reply-To: <348A99DA5F5B7549AA880327E580B4358914EF95@IRSMSX101.ger.corp.intel.com> Accept-Language: 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 23:02:25 -0000 > -----Original Message----- > From: Trahe, Fiona > Sent: Wednesday, December 21, 2016 11:48 AM > To: Kusztal, ArkadiuszX; dev@dpdk.org > Cc: De Lara Guarch, Pablo; Griffin, John; Jain, Deepak K > Subject: RE: [PATCH 0/3] Add DES capability to Intel QuickAssist Technolo= gy > driver >=20 >=20 >=20 > > -----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 > driver > > > > This patchset adds Data Encryption Standard (DES) capability to Intel > > QuickAssist > > Technology driver and corresponding tests to test files. > > > > 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 > > > > 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(-) > > > > -- > > 2.1.0 > Acked-by: Fiona Trahe Applied to dpdk-next-crypto. Thanks, Pablo