From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH v5] crypto/aesni_gcm: migration from MB library to ISA-L Date: Mon, 16 Jan 2017 16:05:56 +0000 Message-ID: References: <1483624286-92526-1-git-send-email-piotrx.t.azarewicz@intel.com> <1484570243-218696-1-git-send-email-piotrx.t.azarewicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Piotr Azarewicz , pablo.de.lara.guarch@intel.com, dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C068EDE5 for ; Mon, 16 Jan 2017 17:05:23 +0100 (CET) In-Reply-To: <1484570243-218696-1-git-send-email-piotrx.t.azarewicz@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 16/01/17 12:37, Piotr Azarewicz wrote: > 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. > > 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) > > Verified current unit tests and added new unit tests to verify new > functionalities. > > Signed-off-by: Piotr Azarewicz > --- > ... > Acked-by: Declan Doherty