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

2016-01-30 Thread O'Driscoll, Tim
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Saturday, January 30, 2016 1:10 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] aesni_gcm: PMD to support AES_GCM crypto > operations > > This patch provid

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

2016-01-30 Thread 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 decr