From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0C048A0471 for ; Fri, 19 Jul 2019 18:23:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D7CD15680; Fri, 19 Jul 2019 18:23:12 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 4D6682C2B for ; Fri, 19 Jul 2019 18:23:11 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id DDAC822085; Fri, 19 Jul 2019 12:23:10 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 19 Jul 2019 12:23:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=pVFiCYi9Rdcd+gtQhWSnljWlFF7Q14xoxrHlHbFXtbs=; b=aSM5gNeG5P4d 2EII7KG/or/uV7lPdyNbQWndNvVxDKAQmKcf6MUB5OisGTcHraG6c2HHW9TRTylP saXEMXjZY6C/BW5gqWKcbjhgynTlM/rdwuXhZwBL2JTn5xgxDKe/SBaxjGVIIpDR 9syElnW8rK4nllrf1dXXLMLHydiQ88U= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=pVFiCYi9Rdcd+gtQhWSnljWlFF7Q14xoxrHlHbFXt bs=; b=VdR5kRk1hQh72nvfHHtcy+Go68rUHMI5bVMEsiEugQRuTn3Gn9CadCDK+ G9UwoIkblsu31zbJ+734zfQTfaOxhqd6uNBTL64zBrujv6uIAzxYkqDWyEnruPSe N0Ap7YOh1jLTdF81pM/pJ/tOrFLqYT5uQ5KibxuoRLI3i82+kQgXu2UPSFW23gHs unsvNVKAM9YqmM10HQMDNZ3DMt11wEuVI5uMWobShdxAP+cPB/r8eLcjVbjYXBKA xSLXHHYHWsXPGvCdDA8hRxMUAI5/UKdEMQYgeta3zn+dkeoFhGf3bRxpR/jt7nug 69lTm7eB13Z8bWR32pml88jLSQvtQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrieejgddutdefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedu X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 51A74380075; Fri, 19 Jul 2019 12:23:09 -0400 (EDT) From: Thomas Monjalon To: Arek Kusztal Cc: dev@dpdk.org, Akhil Goyal , Shally Verma , "fiona.trahe@intel.com" , "damianx.nowak@intel.com" , Ayuj Verma , Kanaka Durga Kotamarthy , Sunila Sahu Date: Fri, 19 Jul 2019 18:23:06 +0200 Message-ID: <2152795.iT96HLqWjy@xps> In-Reply-To: References: <20190718160943.10724-1-arkadiuszx.kusztal@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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" 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 suggested by Shally. > > Applied to dpdk-next-crypto A commit in cryptodev is removing a field which is removed in PMDs in next patches. Guess what? It breaks the compilation in the middle. Anyway, there is no reason for this split, so I squash the patches.