[dpdk-dev] [PATCH v4] aesni_gcm: PMD to support AES_GCM crypto operations

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Mar 11 00:45:21 CET 2016


2016-03-10 18:53, John Griffin:
> On 10/03/16 16:41, Pablo de Lara wrote:
> > From: Declan Doherty <declan.doherty at intel.com>
> >
> > 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 <declan.doherty at intel.com>
> > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
> 
> Acked-by: John Griffin <john.griffin at intel.com>

Applied with trivial fixes, thanks.


More information about the dev mailing list