From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E50F11C08F for ; Wed, 11 Apr 2018 14:37:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Apr 2018 05:37:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,436,1517904000"; d="scan'208";a="46048885" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga001.fm.intel.com with ESMTP; 11 Apr 2018 05:37:55 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 11 Apr 2018 13:37:55 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by irsmsx112.ger.corp.intel.com ([169.254.1.226]) with mapi id 14.03.0319.002; Wed, 11 Apr 2018 13:37:55 +0100 From: "De Lara Guarch, Pablo" To: Shally Verma CC: "Doherty, Declan" , "Trahe, Fiona" , "pathreya@caviumnetworks.com" , "ssahu@caviumnetworks.com" , "agupta@caviumnetworks.com" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/6] crypto: add asym crypto support Thread-Index: AQHTzNDkmWggLQ0lvk+1/Gby/CoN9aP7ib3A Date: Wed, 11 Apr 2018 12:37:54 +0000 Message-ID: References: <1522927489-23668-1-git-send-email-shally.verma@caviumnetworks.com> In-Reply-To: <1522927489-23668-1-git-send-email-shally.verma@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDMzMWUxZGEtMTBlMi00OWE0LWJmNDctNWM5ZmRlOWY3NzE2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImNrR05HNzhwbGxHMlJ0YzhybzdJQm52bDlHaUVHeFR1QU9yTHlvSkRZUnM9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/6] crypto: add asym crypto support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 12:37:58 -0000 Hi Shally, > -----Original Message----- > From: Shally Verma [mailto:shally.verma@caviumnetworks.com] > Sent: Thursday, April 5, 2018 12:25 PM > To: De Lara Guarch, Pablo > Cc: Doherty, Declan ; Trahe, Fiona > ; pathreya@caviumnetworks.com; > ssahu@caviumnetworks.com; agupta@caviumnetworks.com; dev@dpdk.org > Subject: [PATCH v2 0/6] crypto: add asym crypto support >=20 > This patch series add support for asymmetric crypto in DPDK librte_crypto= dev > framework along with unit test, PMD and documentation updates and address= es > patch apply failure raised on asym crypto v1 patch series: > https://dpdk.org/dev/patchwork/patch/36575/ > https://dpdk.org/dev/patchwork/patch/36576/ > https://dpdk.org/dev/patchwork/patch/36577/ >=20 > And, unit test and PMD patch series: > https://dpdk.org/dev/patchwork/patch/36928/ > https://dpdk.org/dev/patchwork/patch/36929/ > https://dpdk.org/dev/patchwork/patch/36930/ >=20 > Key changes from PATCH v1: > - resolve git apply patch error on patch id 36575 > - resolve git apply patch error on patch id 36929 >=20 > Key changes from RFCv1 include: > - removal of dedicated sym and asym qp setup, > - remove asym qp count and attach/detach_session apis > - re-org xforms params for deffie-hellman to allow > public key and optional private key generations > - move elliptic curve changes into another separate patch/patch series >=20 > This patch series is divided in to following categories: > 1. library patches with asymmetric API, xform and capability > definitions > 2. Unit test case addition > 3. Openssl PMD changes with asymmetric crypto support 4. Programmer Guide > updates with asymmetric description >=20 > TBD: > - add elliptic curve support > - rename of existing session_configure/clear APIs to > sym_session_configure/clear/init APIs >=20 > It is based on review discussion on RFC v1 asym crypto patch > http://dpdk.org/patch/34308. >=20 > RFC v1 patch http://dpdk.org/patch/34308 is further a derivative of earli= er > reviewed RFC v2 patch series: > http://dpdk.org/dev/patchwork/patch/24245/ > http://dpdk.org/dev/patchwork/patch/24246/ > http://dpdk.org/dev/patchwork/patch/24247/ >=20 > Shally Verma (6): > lib/cryptodev: add asymmetric algos in cryptodev > lib/cryptodev: add asym op support in cryptodev > lib/cryptodev: add asymmetric crypto capability in cryptodev > test/crypto: add unit testcase for asym crypto > crypto/openssl: add asym crypto support > doc: add asym crypto in cryptodev programmer guide >=20 > doc/guides/cryptodevs/features/openssl.ini | 11 + > doc/guides/cryptodevs/openssl.rst | 1 + > 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 + > lib/librte_cryptodev/Makefile | 3 +- > lib/librte_cryptodev/rte_crypto.h | 37 +- > lib/librte_cryptodev/rte_crypto_asym.h | 519 +++++++ > lib/librte_cryptodev/rte_cryptodev.c | 218 ++- > lib/librte_cryptodev/rte_cryptodev.h | 186 ++- > lib/librte_cryptodev/rte_cryptodev_pmd.h | 58 +- > lib/librte_cryptodev/rte_cryptodev_version.map | 16 + > test/test/Makefile | 3 +- > test/test/test_cryptodev_asym.c | 1785 ++++++++++++++++= ++++++ > 15 files changed, 3952 insertions(+), 29 deletions(-) create mode 10064= 4 > lib/librte_cryptodev/rte_crypto_asym.h > create mode 100644 test/test/test_cryptodev_asym.c >=20 > -- > 1.9.1 As already discussed in separate mails, I will defer these patches to 18.08= , targetting an earlier merge for that release. Thanks, Pablo