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

2016-12-13 Thread Yang, GangX
lf Of Michal Jastrzebski > Sent: Friday, December 2, 2016 9:05 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Azarewicz, > PiotrX T > Subject: [dpdk-dev] [PATCH] crypto/aesni_gcm: migration from MB library to > ISA-L > > From: Piotr Azarewicz > > Current Cryptodev A

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

2016-12-02 Thread Michal Jastrzebski
From: Piotr Azarewicz Current Cryptodev AESNI-GCM PMD is implemented using AESNI-MB library.This patch reimplement Cryptodev AESni-GCM using ISA-L Crypto library: https://github.com/01org/isa-l_crypto. In new version 256-bit key support and AAD variable lenght is available. Verified current unit