From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] aesni_gcm: PMD to support AES_GCM crypto operations Date: Fri, 11 Mar 2016 00:45:21 +0100 Message-ID: <3046307.HQqls2QLoX@xps13> 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> <56E1C2BF.4020808@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 3B7E83237 for ; Fri, 11 Mar 2016 00:47:05 +0100 (CET) Received: by mail-wm0-f46.google.com with SMTP id l68so8067973wml.0 for ; Thu, 10 Mar 2016 15:47:05 -0800 (PST) In-Reply-To: <56E1C2BF.4020808@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" 2016-03-10 18:53, John Griffin: > On 10/03/16 16:41, Pablo de Lara wrote: > > From: Declan Doherty > > > > This patch provides the implementation of an AES-NI accelerated cry= pto PMD > > which is dependent on Intel's multi-buffer library, see the white p= aper > > "Fast Multi-buffer IPsec Implementations on Intel=AE Architecture = Processors" > > > > This PMD supports AES_GCM authenticated encryption and authenticate= d decryption using > > 128-bit AES keys > > > > The patch also contains the related unit tests functions for the im= plemented functionality > > > > Signed-off-by: Declan Doherty > > Signed-off-by: Pablo de Lara >=20 > Acked-by: John Griffin Applied with trivial fixes, thanks.