From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7395FC76195 for ; Fri, 19 Jul 2019 16:56:03 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 164242184E for ; Fri, 19 Jul 2019 16:56:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 164242184E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5069F2BA8; Fri, 19 Jul 2019 18:56:01 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9AE26A3 for ; Fri, 19 Jul 2019 18:55:59 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2019 09:55:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,283,1559545200"; d="scan'208";a="320013137" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 19 Jul 2019 09:55:58 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 19 Jul 2019 09:55:57 -0700 Received: from lcsmsx154.ger.corp.intel.com (10.186.165.229) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 19 Jul 2019 09:55:57 -0700 Received: from HASMSX109.ger.corp.intel.com ([169.254.3.134]) by LCSMSX154.ger.corp.intel.com ([169.254.7.179]) with mapi id 14.03.0439.000; Fri, 19 Jul 2019 19:55:55 +0300 From: "Kusztal, ArkadiuszX" To: Thomas Monjalon CC: "dev@dpdk.org" , Akhil Goyal , "Shally Verma" , "Trahe, Fiona" , "Nowak, DamianX" , Ayuj Verma , Kanaka Durga Kotamarthy , Sunila Sahu Thread-Topic: [dpdk-dev] [EXT] [PATCH v5 0/7] Rework API for RSA algorithm in asymmetric crypto Thread-Index: AQHVPYNgtJcYt9oTokudG4bIEMi2RKbRLDMAgACH8YCAADsIAIAAOu8Q Date: Fri, 19 Jul 2019 16:55:54 +0000 Message-ID: <06EE24DD0B19E248B53F6DC8657831551B2819D8@hasmsx109.ger.corp.intel.com> References: <20190718160943.10724-1-arkadiuszx.kusztal@intel.com> <2152795.iT96HLqWjy@xps> In-Reply-To: <2152795.iT96HLqWjy@xps> Accept-Language: pl-PL, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.184.70.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [EXT] [PATCH v5 0/7] Rework API for RSA algorithm in asymmetric crypto 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Friday, July 19, 2019 6:23 PM > To: Kusztal, ArkadiuszX > Cc: dev@dpdk.org; Akhil Goyal ; Shally Verma > ; Trahe, Fiona ; Nowak, > DamianX ; Ayuj Verma > ; Kanaka Durga Kotamarthy > ; Sunila Sahu > Subject: Re: [dpdk-dev] [EXT] [PATCH v5 0/7] Rework API for RSA algorithm= in > asymmetric crypto >=20 > 19/07/2019 14:51, Akhil Goyal: > > > > Arek Kusztal (7): > > > > cryptodev: change RSA API comments about primes > > > > cryptodev: add cipher field to RSA op > > > > crypto/openssl: add cipher field to openssl RSA implementation > > > > test: add cipher field to RSA test > > > > cryptodev: remove RSA PKCS1 BT0 padding > > > > openssl: remove RSA PKCS1_5 BT0 padding > > > > test: remove RSA PKCS1_5 BT0 padding from test cases > > > > > > > With minor feedback on description on Patchv5 2/7, > > > Series-acked-by: Shally Verma > > > > Comment on 2/7 shall be taken in next series for next release as sugges= ted > by Shally. > > > > Applied to dpdk-next-crypto >=20 > A commit in cryptodev is removing a field which is removed in PMDs in nex= t > patches. Guess what? It breaks the compilation in the middle. > Anyway, there is no reason for this split, so I squash the patches.=20 [AK] Sorry for that. In future I will squash such commits into one then. >=20 >=20 >=20 >=20