> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Slawomir
> Mrozowicz
> Sent: Tuesday, October 18, 2016 12:36 PM
> To: Doherty, Declan <declan.doherty at intel.com>
> Cc: dev at dpdk.org; Mrozowicz, SlawomirX
> <slawomirx.mrozowicz at intel.com>
> Subject: [dpdk-dev] [PATCH] openssl pmd: rename SW crypto device from
> libcrypto to openssl
>
> This patch replaces name "libcrypto" to "openssl" from file directories,
> symbol prefixes and sub-names connected with old name.
> Renamed poll mode driver files, test files, and documentations.
> It is done to better name association with library because
> the cryptography operations are using Openssl library crypto API.
>
> Fixes: d61f70b4c918 ("crypto/libcrypto: add driver for OpenSSL library")
>
> Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozowicz at intel.com>
> ---
> MAINTAINERS | 6 +-
> app/test/test_cryptodev.c | 56 +-
> app/test/test_cryptodev_aes_test_vectors.h | 62 +-
> app/test/test_cryptodev_blockcipher.c | 6 +-
> app/test/test_cryptodev_blockcipher.h | 2 +-
> app/test/test_cryptodev_des_test_vectors.h | 56 +-
> app/test/test_cryptodev_hash_test_vectors.h | 48 +-
> app/test/test_cryptodev_perf.c | 52 +-
> config/common_base | 4 +-
> delete mode 100644
> drivers/crypto/libcrypto/rte_pmd_libcrypto_version.map
> create mode 100644 drivers/crypto/openssl/Makefile
> create mode 100644 drivers/crypto/openssl/rte_openssl_pmd.c
> create mode 100644 drivers/crypto/openssl/rte_openssl_pmd_ops.c
> create mode 100644 drivers/crypto/openssl/rte_openssl_pmd_private.h
> create mode 100644 drivers/crypto/openssl/rte_pmd_openssl_version.map
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8f5fa82..af47e04 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> --
> 2.5.0
Acked-by: Deepak Kumar Jain <deepak.k.jain at intel.com>