From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <pablo.de.lara.guarch@intel.com> Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C41E3FA4A for <dev@dpdk.org>; Wed, 18 Jan 2017 13:37:29 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP; 18 Jan 2017 04:37:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,249,1477983600"; d="scan'208";a="54670282" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga005.fm.intel.com with ESMTP; 18 Jan 2017 04:37:28 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0248.002; Wed, 18 Jan 2017 12:37:27 +0000 From: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com> To: "Azarewicz, PiotrX T" <piotrx.t.azarewicz@intel.com>, "dev@dpdk.org" <dev@dpdk.org> Thread-Topic: [PATCH v6 0/2] crypto/aesni_gcm: migration from MB library to ISA-L Thread-Index: AQHScLQ4qpZ26Guf4k2xCv/i7FMnbaE+J32A Date: Wed, 18 Jan 2017 12:37:27 +0000 Message-ID: <E115CCD9D858EF4F90C690B0DCB4D897476CAF4D@IRSMSX108.ger.corp.intel.com> References: <1484570243-218696-1-git-send-email-piotrx.t.azarewicz@intel.com> <1484651959-9527-1-git-send-email-piotrx.t.azarewicz@intel.com> In-Reply-To: <1484651959-9527-1-git-send-email-piotrx.t.azarewicz@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzUyNTRlZmQtYjMzZC00N2YxLTlhYjgtMThlNzVjNDM2YjM1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InFBTnM3YzlrRnlvNXltSEV1cmxrNW10ZDh2bmd6YVBIZzBqK29vdDY1UWs9In0= 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 v6 0/2] crypto/aesni_gcm: migration from MB library to ISA-L X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Wed, 18 Jan 2017 12:37:30 -0000 > -----Original Message----- > From: Azarewicz, PiotrX T > Sent: Tuesday, January 17, 2017 11:19 AM > To: De Lara Guarch, Pablo; dev@dpdk.org > Subject: [PATCH v6 0/2] crypto/aesni_gcm: migration from MB library to > ISA-L >=20 > Current Cryptodev AES-NI GCM PMD is implemented using Multi Buffer > Crypto library.This patch reimplement the device using ISA-L Crypto > library: https://github.com/01org/isa-l_crypto. >=20 > The migration entailed the following additional support for: > * GMAC algorithm. > * 256-bit cipher key. > * Session-less mode. > * Out-of place processing > * Scatter-gatter support for chained mbufs (only out-of place and > destination mbuf must be contiguous) >=20 > Verified current unit tests and added new unit tests to verify new > functionalities. >=20 > Signed-off-by: Piotr Azarewicz <piotrx.t.azarewicz@intel.com> > Acked-by: Declan Doherty <declan.doherty@intel.com> Applied to dpdk-next-crypto. Thanks, Pablo