This patch series add asymmetric crypto support in openssl pmd changes in v5: - fix -Wimplicit-fallthrough compilation error with gcc-7+ toolchain
changes in v4: - add openssl 1.1.0h support in openssl PMD for asym operations. - A compat.h added for PMD compatibility with both 1.0.2 and 1.1.0 - update openssl document with asymmetric feature support For further history refer https://patches.dpdk.org/patch/40079/ Ashish Gupta (1): doc: add asym feature list Sunila Sahu (2): crypto/openssl: add rsa and mod asym op crypto/openssl: add dh and dsa asym op doc/guides/cryptodevs/features/openssl.ini | 11 + doc/guides/cryptodevs/openssl.rst | 1 + drivers/crypto/openssl/compat.h | 108 +++++ drivers/crypto/openssl/rte_openssl_pmd.c | 468 +++++++++++++++++++- drivers/crypto/openssl/rte_openssl_pmd_ops.c | 528 ++++++++++++++++++++++- drivers/crypto/openssl/rte_openssl_pmd_private.h | 28 ++ 6 files changed, 1132 insertions(+), 12 deletions(-) create mode 100644 drivers/crypto/openssl/compat.h -- 2.9.5