This patch series includes unit test, openssl pmd and documentation patches for asymmetric crypto support in lib cryptodev framework.
These are based on asym patch V1 series https://dpdk.org/dev/patchwork/patch/36575/ https://dpdk.org/dev/patchwork/patch/36576/ https://dpdk.org/dev/patchwork/patch/36577/ For API patch V1 summary https://www.mail-archive.com/dev@dpdk.org/msg93657.html Ashish Gupta (2): lib/cryptodev: add unit testcase for asym crypto doc: add asym crypto in cryptodev programmer guide Shally Verma (1): crypto/openssl: add asym crypto support doc/guides/cryptodevs/features/openssl.ini | 11 + doc/guides/cryptodevs/openssl.rst | 2 + doc/guides/prog_guide/cryptodev_lib.rst | 338 +++- drivers/crypto/openssl/rte_openssl_pmd.c | 377 ++++- drivers/crypto/openssl/rte_openssl_pmd_ops.c | 400 ++++- drivers/crypto/openssl/rte_openssl_pmd_private.h | 29 + test/test/Makefile | 3 +- test/test/test_cryptodev_asym.c | 1785 ++++++++++++++++++++++ 8 files changed, 2923 insertions(+), 22 deletions(-) create mode 100644 test/test/test_cryptodev_asym.c -- 2.14.3