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 5BE201B4EF for ; Sun, 17 Jun 2018 15:33:25 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jun 2018 06:33:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,234,1526367600"; d="scan'208";a="47755380" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga007.fm.intel.com with ESMTP; 17 Jun 2018 06:33:21 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by IRSMSX107.ger.corp.intel.com ([169.254.10.238]) with mapi id 14.03.0319.002; Sun, 17 Jun 2018 14:33:20 +0100 From: "De Lara Guarch, Pablo" To: Shally Verma CC: "Trahe, Fiona" , "akhil.goyal@nxp.com" , "dev@dpdk.org" , "pathreya@caviumnetworks.com" , Sunila Sahu , Ashish Gupta Thread-Topic: [PATCH v3 6/6] doc: add asym crypto in cryptodev programmer guide Thread-Index: AQHT7NwRTngzWdYWEEGTwGav8NMpHqRko4sw Date: Sun, 17 Jun 2018 13:33:20 +0000 Message-ID: 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: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWRhNWIxNDMtODMzNi00ZDdlLWFiZTktMjYwZmNhNzgxNDUyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTnlTcGxTT01jUUtHaDRrTXA1KzVKbTdcL1dIVTZvMm16dGp1bmxUZUc0alc3d1BoSE5VNkZTVWVKZ3NxXC9jUE5FIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action 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: Sun, 17 Jun 2018 13:33:26 -0000 Hi Shally, > -----Original Message----- > From: Shally Verma [mailto:shally.verma@caviumnetworks.com] > Sent: Wednesday, May 16, 2018 7:05 AM > To: De Lara Guarch, Pablo > Cc: Trahe, Fiona ; akhil.goyal@nxp.com; > dev@dpdk.org; pathreya@caviumnetworks.com; Sunila Sahu > ; Ashish Gupta > > Subject: [PATCH v3 6/6] doc: add asym crypto in cryptodev programmer guid= e >=20 > Update cryptodev programmer guide with description of asymmetric crypto > framework in lib cryptodev. >=20 > Signed-off-by: Shally Verma > Signed-off-by: Sunila Sahu > Signed-off-by: Ashish Gupta > --- > doc/guides/prog_guide/cryptodev_lib.rst | 338 ... > + > + > +Asymmetric crypto Sample code > +----------------------------- Could you change the previous section "crypto sample code" to=20 "Symmetric crypto sample code", for more clarification? ... > -Crypto Device API > -~~~~~~~~~~~~~~~~~ > +Asymmetric Crypto Device API > +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This is not specific to Asymmetric, so the name should remained "Crypto Dev= ice API", In a different section (so change "~" to "-"). >=20 > The cryptodev Library API is described in the *DPDK API Reference* docum= ent. > -- > 2.14.3