numam-dpdk/drivers/crypto/aesni_mb
Fan Zhang c68d7aa354 crypto/aesni_mb: use architecture independent macros
This patch duplicates the original rte_aesni_mb_pmd*.c files and replaces
the function calls provided by intel-ipsec-mb library into
architecture-independent macros. The build systems are updated to choose
compiling either rte_aesni_mb_pmd*.c or rte_aesni_mb_pmd*_compat.c based
on the installed intel-ipsec-mb version. For the intel-ipsec-mb older
than 0.52.0 rte_aesni_mb_pmd*_compat.c will be compiled, otherwise
rte_aesni_mb_pmd*.c will be compiled.

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Signed-off-by: Lukasz Krakowiak <lukaszx.krakowiak@intel.com>
Acked-by: Damian Nowak <damianx.nowak@intel.com>
2019-01-10 16:57:22 +01:00
..
aesni_mb_ops.h crypto/aesni_mb: support AES-GCM algorithm 2018-10-17 12:23:40 +02:00
Makefile crypto/aesni_mb: use architecture independent macros 2019-01-10 16:57:22 +01:00
meson.build crypto/aesni_mb: use architecture independent macros 2019-01-10 16:57:22 +01:00
rte_aesni_mb_pmd_compat.c crypto/aesni_mb: rename files 2019-01-10 16:57:22 +01:00
rte_aesni_mb_pmd_ops_compat.c crypto/aesni_mb: rename files 2019-01-10 16:57:22 +01:00
rte_aesni_mb_pmd_ops.c crypto/aesni_mb: use architecture independent macros 2019-01-10 16:57:22 +01:00
rte_aesni_mb_pmd_private.h crypto/aesni_mb: use architecture independent macros 2019-01-10 16:57:22 +01:00
rte_aesni_mb_pmd.c crypto/aesni_mb: use architecture independent macros 2019-01-10 16:57:22 +01:00
rte_pmd_aesni_mb_version.map crypto/aesni_mb: rename map file to standard name 2017-10-12 15:13:19 +01:00