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 5E0CE9E3 for ; Fri, 26 Aug 2016 17:45:34 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 26 Aug 2016 08:45:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,581,1464678000"; d="scan'208";a="1041949491" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga002.jf.intel.com with ESMTP; 26 Aug 2016 08:45:06 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.183]) by IRSMSX106.ger.corp.intel.com ([169.254.8.240]) with mapi id 14.03.0248.002; Fri, 26 Aug 2016 16:45:05 +0100 From: "Trahe, Fiona" To: "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Griffin, John" , "Jain, Deepak K" , "Kusztal, ArkadiuszX" Thread-Topic: [PATCH v2 0/2] Add 3DES support to Quickassist PMD Thread-Index: AQHR/7Av5WxDKgGGW0azu4mrv87xIaBbYg4g Date: Fri, 26 Aug 2016 15:45:04 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B43589085802@IRSMSX101.ger.corp.intel.com> References: <1472226027-12781-1-git-send-email-y> In-Reply-To: <1472226027-12781-1-git-send-email-y> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzJlYTNiMzgtNzRhMS00YzE0LTkzOTgtYmZkMjNhMTU2NWNkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlozcG5JQ1wvYUNcL1hJU1UwYzVxYTJzb3dKU3B1UDUzM0VRRVgyZmhrMzVobz0ifQ== 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 v2 0/2] Add 3DES support to Quickassist 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, 26 Aug 2016 15:45:34 -0000 Oops, sorry, typo in email address ! - will resend -----Original Message----- From: y@ecsmtp.ir.intel.com [mailto:y@ecsmtp.ir.intel.com]=20 Sent: Friday, August 26, 2016 4:40 PM To: dev@dpdk.org Cc: De Lara Guarch, Pablo ; Griffin, John <= john.griffin@intel.com>; Jain, Deepak K ; Kusztal,= ArkadiuszX ; Trahe, Fiona Subject: [PATCH v2 0/2] Add 3DES support to Quickassist PMD From: Fiona Trahe Some preparatory cleanup done in QAT PMD for adding 3DES 3DES support added= to QuickAssist PMD With CTR and CBC mode. Both cipher-only and chained with HMAC_SHAx 3DES test code is dependent on the libcrypto patch, so will be sent separat= ely after that patch=20 Changes since v1: * rebased qat.rst against Kasumi patch changes http://dpdk.org/dev/patchwork/patch/15320/ http://dpdk.org/dev/patchwork/patch/15322/ Fiona Trahe (2): crypto/qat: code cleanup crypto/qat: adding support for 3DES cipher algorithm doc/guides/cryptodevs/qat.rst | 4 +- drivers/crypto/qat/qat_adf/icp_qat_hw.h | 10 ++- drivers/crypto/qat/qat_adf/qat_algs.h | 6 +- drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 88 ++++++++------------= ---- drivers/crypto/qat/qat_crypto.c | 23 ++++++- 5 files changed, 63 insertions(+), 68 deletions(-) --=20 2.5.0