[dpdk-dev] [PATCH] crypto/aesni_gcm: use architecture independent API
Akhil Goyal
akhil.goyal at nxp.com
Tue Apr 16 16:55:22 CEST 2019
>
>
> IPSec Multi-buffer library has recently added API
> that sets pointers depending on the architecture, at initiliazation,
> in version 0.52.
>
> AESNI MB PMD was updated with these changes, but not
> the AESNI GCM PMD, which also uses the same library.
>
> This makes the PMD to be only compatible with version 0.52,
> but makes both PMD consistent on version compatibility,
> plus adds support for AVX512.
>
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
> ---
> doc/guides/cryptodevs/aesni_gcm.rst | 9 ++-
> doc/guides/cryptodevs/features/aesni_gcm.ini | 1 +
> drivers/crypto/aesni_gcm/aesni_gcm_ops.h | 66 +++-------------
> drivers/crypto/aesni_gcm/aesni_gcm_pmd.c | 77 ++++++++++++++++---
> drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c | 4 +-
> .../crypto/aesni_gcm/aesni_gcm_pmd_private.h | 6 +-
> 6 files changed, 89 insertions(+), 74 deletions(-)
>
Applied to dpdk-next-crypto
Thanks.
More information about the dev
mailing list