Re: [dpdk-dev] [PATCH v4] crypto/aesni_gcm: migration from MB library to ISA-L

2017-01-05 Thread Thomas Monjalon
2017-01-05 14:51, Piotr Azarewicz: > Current Cryptodev AES-NI GCM PMD is implemented using Multi Buffer > Crypto library.This patch reimplement the device using ISA-L Crypto > library: https://github.com/01org/isa-l_crypto. > > The migration entailed the following additional support for: > * GMA

[dpdk-dev] [PATCH v4] crypto/aesni_gcm: migration from MB library to ISA-L

2017-01-05 Thread Piotr Azarewicz
Current Cryptodev AES-NI GCM PMD is implemented using Multi Buffer Crypto library.This patch reimplement the device using ISA-L Crypto library: https://github.com/01org/isa-l_crypto. The migration entailed the following additional support for: * GMAC algorithm. * 256-bit cipher key. * Sessio