From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 9DB162A5E for ; Thu, 20 Oct 2016 22:44:57 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP; 20 Oct 2016 13:44:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,372,1473145200"; d="scan'208";a="182054300" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga004.fm.intel.com with ESMTP; 20 Oct 2016 13:44:45 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.210]) by IRSMSX154.ger.corp.intel.com ([169.254.12.147]) with mapi id 14.03.0248.002; Thu, 20 Oct 2016 21:44:44 +0100 From: "De Lara Guarch, Pablo" To: "Jain, Deepak K" , "Mrozowicz, SlawomirX" , "Doherty, Declan" CC: "dev@dpdk.org" , "Mrozowicz, SlawomirX" Thread-Topic: [dpdk-dev] [PATCH] openssl pmd: rename SW crypto device from libcrypto to openssl Thread-Index: AQHSKeK0MgKcYtqZSkyvRHsLwJLg7aCxzKkw Date: Thu, 20 Oct 2016 20:44:44 +0000 Message-ID: References: <1476790573-18198-1-git-send-email-slawomirx.mrozowicz@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjI2YWU2NzktNmViZC00OWYwLWFhNDYtODgzMTcwMjQ3NGNiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ijh2MFNUSk5pQmd5XC9MTVwvQ3IzbFRFeGIyY0IzQjNyeGtsMEhod1JmdURtTT0ifQ== x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] openssl pmd: rename SW crypto device from libcrypto to openssl X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 20:44:58 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jain, Deepak K > Sent: Wednesday, October 19, 2016 1:27 AM > To: Mrozowicz, SlawomirX; Doherty, Declan > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > Subject: Re: [dpdk-dev] [PATCH] openssl pmd: rename SW crypto device from > libcrypto to openssl >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Slawomir > > Mrozowicz > > Sent: Tuesday, October 18, 2016 12:36 PM > > To: Doherty, Declan > > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > > > > 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 > > --- > > 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 Applied to dpdk-next-crypto. Thanks, Pablo