From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Griffin Subject: Re: [PATCH v4] aesni_gcm: PMD to support AES_GCM crypto operations Date: Thu, 10 Mar 2016 18:53:51 +0000 Message-ID: <56E1C2BF.4020808@intel.com> References: <1457436400-30004-1-git-send-email-pablo.de.lara.guarch@intel.com> <1457628106-29793-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable To: Pablo de Lara , dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id CD3F52BA1 for ; Thu, 10 Mar 2016 19:53:53 +0100 (CET) In-Reply-To: <1457628106-29793-1-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/03/16 16:41, Pablo de Lara wrote: > From: Declan Doherty > > This patch provides the implementation of an AES-NI accelerated crypto = PMD > which is dependent on Intel's multi-buffer library, see the white paper > "Fast Multi-buffer IPsec Implementations on Intel=C2=AE Architecture = Processors" > > This PMD supports AES_GCM authenticated encryption and authenticated de= cryption using > 128-bit AES keys > > The patch also contains the related unit tests functions for the implem= ented functionality > > Signed-off-by: Declan Doherty > Signed-off-by: Pablo de Lara > -- Acked-by: John Griffin