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 9591D1DAD1 for ; Thu, 14 Jun 2018 12:43:09 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jun 2018 03:43:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,222,1526367600"; d="scan'208";a="49287203" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga008.jf.intel.com with ESMTP; 14 Jun 2018 03:43:07 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.212]) by IRSMSX152.ger.corp.intel.com ([163.33.192.66]) with mapi id 14.03.0319.002; Thu, 14 Jun 2018 11:43:06 +0100 From: "Kovacevic, Marko" To: Shally Verma , "De Lara Guarch, Pablo" CC: "Trahe, Fiona" , "akhil.goyal@nxp.com" , "dev@dpdk.org" , "pathreya@caviumnetworks.com" , Sunila Sahu , Ashish Gupta Thread-Topic: [dpdk-dev] [PATCH v3 6/6] doc: add asym crypto in cryptodev programmer guide Thread-Index: AQHT7NwuArfQqvA66k6fRW5n0le+AKRfugcQ Date: Thu, 14 Jun 2018 10:43:05 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F6601FEF0AA@IRSMSX104.ger.corp.intel.com> References: <1526450713-17299-1-git-send-email-shally.verma@caviumnetworks.com> <1526450713-17299-7-git-send-email-shally.verma@caviumnetworks.com> In-Reply-To: <1526450713-17299-7-git-send-email-shally.verma@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDZlODNlMDQtNzIwZC00MzRlLWFjNjItMWMwYjg2YWM0ODYzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InFzd0k5bVNyYXVYMlQzYnhwWGsrK2EwQ1duRG4zVGd5QjJIVkJRKzdvMkU9In0= x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 6/6] doc: add asym crypto in cryptodev programmer guide 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: Thu, 14 Jun 2018 10:43:10 -0000 <...> > +params or prime modulus data i.e. immutable across data sets. Crypto > +sessions cache this immutable data in a optimal way for the underlying P= MD > and this allows further acceleration of the offload of Crypto workloads. > + > +Like symmetric, the Crypto device framework provides APIs to allocate > +and initizalize asymmetric sessions for crypto devices, where sessions a= re Spelling initizalize/ initialize=20 > mempool objects. > +It is the application's responsibility to create and manage the session > mempools. > +Application using both symmetric and asymmetric sessions should > +allocate and maintain different sessions pools for each type. > + <...> > +Every operation must carry a valid session handle which further carries > +information on xform or xform-chain to be performed on op. Every xform > +type defines its own set of opertational params in their respective Spelling opertational/ operational=20 <...> > + > + /* > + * Dequeue the crypto operations until all the operations > + * are proccessed in the crypto device. > + */ Spelling proccessed/ processed <...> >=20 > -Crypto Device API > -~~~~~~~~~~~~~~~~~ > +Asymmetric Crypto Device API > +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >=20 > The cryptodev Library API is described in the *DPDK API Reference* > document. Maybe try and have the DPDK API Reference as a clickable link so someone ca= n just=20 be brought straight to it. Maybe something like this=20 `DPDK API Reference `_