From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 985CF8E66 for ; Tue, 17 Apr 2018 15:57:52 +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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2018 06:57:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,463,1517904000"; d="scan'208";a="47623237" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga001.fm.intel.com with ESMTP; 17 Apr 2018 06:57:49 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by IRSMSX103.ger.corp.intel.com ([169.254.3.61]) with mapi id 14.03.0319.002; Tue, 17 Apr 2018 14:57:48 +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: [v2,1/3] cryptodev: set private data for session-less mode Thread-Index: AQHT1U/MBgCaolZA2EyvsTcusCXVR6QE/WSA Date: Tue, 17 Apr 2018 13:57:47 +0000 Message-ID: References: <1523861696-103397-1-git-send-email-abhinandan.gujjar@intel.com> In-Reply-To: <1523861696-103397-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODRmMDkxODAtMDI5OS00MTFjLThjMzUtZDIyMjc5NDJlZDU3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InhpV3NMcXdVWUdVaSt3MkxrXC9aaFRnT2pvcGpqVHo0ZmttdEdqd1hoVHFVPSJ9 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] [v2, 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: Tue, 17 Apr 2018 13:57:53 -0000 > -----Original Message----- > From: Gujjar, Abhinandan S > Sent: Monday, April 16, 2018 7:55 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: [v2,1/3] cryptodev: set private data for session-less mode >=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 > Acked-by: Pablo de Lara Applied to dpdk-next-crypto. Thanks, Pablo