In patchset "AESNI MB PMD updates" (http://dpdk.org/ml/archives/dev/2016-December/050976.html) the AESNI Multi-Buffer Crypto for IPsec library which the aesni_mb_pmd depends on is updated to v0.44
This patch enables support for runtime selection of the AVX512 accelerated functions added to the new version of the Multi-Buffer Crypto for IPsec library to the aesni_mb_pmd. V2: remove the second patch in the original patchset which allowed user to override the selection of SIMD functions as this was mainly a debug and test function Declan Doherty (1): crypto/aesni_mb: enablement of avx512 support in IPsec_mb library drivers/crypto/aesni_mb/aesni_mb_ops.h | 28 +++++++++++++++++++++++++++- drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 7 ++++++- lib/librte_cryptodev/rte_cryptodev.h | 2 ++ 3 files changed, 35 insertions(+), 2 deletions(-) -- 2.5.5