From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 6B8C01C6E2 for ; Fri, 13 Apr 2018 20:56:27 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Apr 2018 11:56:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,446,1517904000"; d="scan'208";a="32487687" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga008.fm.intel.com with ESMTP; 13 Apr 2018 11:56:24 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by IRSMSX154.ger.corp.intel.com ([169.254.12.234]) with mapi id 14.03.0319.002; Fri, 13 Apr 2018 19:56:23 +0100 From: "De Lara Guarch, Pablo" To: "Gujjar, Abhinandan S" , "Doherty, Declan" , "jerin.jacob@caviumnetworks.com" , "hemant.agrawal@nxp.com" , "akhil.goyal@nxp.com" , "dev@dpdk.org" CC: "Vangati, Narender" , "Rao, Nikhil" Thread-Topic: [dpdk-dev,v1,1/3] cryptodev: set private data for session-less mode Thread-Index: AQHTy97u3VbQglCJ1kW2ByQz+3B+faP/Gkrg Date: Fri, 13 Apr 2018 18:56:22 +0000 Message-ID: References: <1522823623-59925-1-git-send-email-abhinandan.gujjar@intel.com> In-Reply-To: <1522823623-59925-1-git-send-email-abhinandan.gujjar@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTRlZGQ2ZGYtN2NlOS00YzFjLWI3NmYtOWM3YzE0NjZjM2RhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlhnekpzN0pHTlFTWmM1MjhMY2NpQW9Sc0E4UGJiWDE5QVpuT0hyTGZ3SG89In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 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] [dpdk-dev, v1, 1/3] cryptodev: set private data for session-less mode 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: Fri, 13 Apr 2018 18:56:28 -0000 > -----Original Message----- > From: Gujjar, Abhinandan S > Sent: Wednesday, April 4, 2018 7:34 AM > To: De Lara Guarch, Pablo ; Doherty, Decl= an > ; jerin.jacob@caviumnetworks.com; > hemant.agrawal@nxp.com; akhil.goyal@nxp.com; dev@dpdk.org > Cc: Vangati, Narender ; Gujjar, Abhinandan S > ; Rao, Nikhil > Subject: [dpdk-dev,v1,1/3] cryptodev: set private data for session-less m= ode >=20 > The application may want to store private data along with the rte_crypto_= op > that is transparent to the rte_cryptodev layer. > For e.g., If an eventdev based application is submitting a crypto session= -less > operation and wants to indicate event information required to construct a= new > event that will be enqueued to eventdev after completion of the crypto > operation. This patch provides a mechanism for the application to associa= te this > information with the rte_crypto_op in session-less mode. >=20 > Signed-off-by: Abhinandan Gujjar > Signed-off-by: Nikhil Rao > --- > lib/librte_cryptodev/rte_crypto.h | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) Acked-by: Pablo de Lara