From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 10 Mar 2016 10:53:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,316,1455004800"; d="scan'208";a="921151558" Received: from sie-lab-212-151.ir.intel.com (HELO [10.237.212.151]) ([10.237.212.151]) by fmsmga001.fm.intel.com with ESMTP; 10 Mar 2016 10:53:53 -0800 To: Pablo de Lara , dev@dpdk.org 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> From: John Griffin Message-ID: <56E1C2BF.4020808@intel.com> Date: Thu, 10 Mar 2016 18:53:51 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1457628106-29793-1-git-send-email-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v4] aesni_gcm: PMD to support AES_GCM crypto operations 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: Thu, 10 Mar 2016 18:53:54 -0000 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Ā® Architecture Processors" > > This PMD supports AES_GCM authenticated encryption and authenticated decryption using > 128-bit AES keys > > The patch also contains the related unit tests functions for the implemented functionality > > Signed-off-by: Declan Doherty > Signed-off-by: Pablo de Lara > -- Acked-by: John Griffin