Re: [PATCH v5] crypto/aesni_gcm: migration from MB library to ISA-L
From: Declan Doherty <hidden>
Date: 2017-01-16 16:05:23
From: Declan Doherty <hidden>
Date: 2017-01-16 16:05:23
On 16/01/17 12:37, Piotr Azarewicz wrote:
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. * Session-less mode. * Out-of place processing * Scatter-gatter support for chained mbufs (only out-of place and destination mbuf must be contiguous) Verified current unit tests and added new unit tests to verify new functionalities. Signed-off-by: Piotr Azarewicz <redacted> ---
...
Acked-by: Declan Doherty <redacted>