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 4E5FBA2F6B for ; Tue, 8 Oct 2019 15:47:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DBFF61C01F; Tue, 8 Oct 2019 15:47:08 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 126941BFDD for ; Tue, 8 Oct 2019 15:47:06 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Oct 2019 06:47:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,270,1566889200"; d="scan'208";a="196603049" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga003.jf.intel.com with ESMTP; 08 Oct 2019 06:47:04 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.129]) by IRSMSX106.ger.corp.intel.com ([169.254.8.184]) with mapi id 14.03.0439.000; Tue, 8 Oct 2019 14:47:04 +0100 From: "Trahe, Fiona" To: Akhil Goyal , Anoob Joseph , "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: Shally Verma , "Trahe, Fiona" Thread-Topic: [EXT] [PATCH v2] cryptodev: extend api of asymmetric crypto by sessionless Thread-Index: AQHVZKpiQNCdcME2KkWigFi61bIgtKdJ7kSAgAB8KQCAAAqbAIAGfqsg Date: Tue, 8 Oct 2019 13:47:04 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B4358982F7DF@IRSMSX101.ger.corp.intel.com> References: <20190906115735.12488-1-arkadiuszx.kusztal@intel.com> In-Reply-To: Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTUxYTU4YTEtMTIzNS00ZmQ0LWIwNjItYzdkNGE2MTRhM2ZiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWTBBRThiN2VvMW05aDRqeWNIOVRudzFtOEhRbk9tc1RhNHVKMzM3ZEhPTHhNeVdhZ3pYa0E3WVZKNHcrNE9rNiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [EXT] [PATCH v2] cryptodev: extend api of asymmetric crypto by sessionless 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 Arek, Akhil, > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Friday, October 4, 2019 12:34 PM > To: Akhil Goyal ; Anoob Joseph ;= Kusztal, ArkadiuszX > ; dev@dpdk.org > Cc: Trahe, Fiona ; Shally Verma > Subject: RE: [EXT] [PATCH v2] cryptodev: extend api of asymmetric crypto = by sessionless >=20 >=20 > > > > > > > > > > -------------------------------------------------------------------= --- > > > > This commit adds asymmetric session-less option to rte_crypto_asym_= op. > > > > Feature flag for sessionless is added to rte_cryptodev. > > > > > > > > Signed-off-by: Arek Kusztal > > > > --- > > > > lib/librte_cryptodev/rte_crypto_asym.h | 9 +++++++-- > > > > lib/librte_cryptodev/rte_cryptodev.h | 2 ++ > > > > 2 files changed, 9 insertions(+), 2 deletions(-) > > > > > > > > > > Acked-by: Anoob Joseph > > > > Acked-by: Akhil Goyal > > > > Applied to dpdk-next-crypto > > > > Thanks. >=20 > This patch is taken back from the tree. >=20 > This patch need updates to "doc/guides/prog_guide/cryptodev_lib.rst" > For sessionless support in asymmetric operations. Documentation updates also needed in crypto devices Supported Feature Flag = matrix