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.