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

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Wed Jan 18 13:37:27 CET 2017



> -----Original Message-----
> From: Azarewicz, PiotrX T
> Sent: Tuesday, January 17, 2017 11:19 AM
> To: De Lara Guarch, Pablo; dev at dpdk.org
> Subject: [PATCH v6 0/2] crypto/aesni_gcm: migration from MB library to
> ISA-L
> 
> 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 <piotrx.t.azarewicz at intel.com>
> Acked-by: Declan Doherty <declan.doherty at intel.com>

Applied to dpdk-next-crypto.
Thanks,

Pablo



More information about the dev mailing list