From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id E8F364F9A for ; Tue, 10 Jul 2018 00:30:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jul 2018 15:30:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,330,1526367600"; d="scan'208";a="69962039" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga004.fm.intel.com with ESMTP; 09 Jul 2018 15:30:12 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX106.ger.corp.intel.com ([169.254.8.211]) with mapi id 14.03.0319.002; Mon, 9 Jul 2018 23:30:11 +0100 From: "De Lara Guarch, Pablo" To: Shally Verma CC: "dev@dpdk.org" , "pathreya@caviumnetworks.com" , "nmurthy@caviumnetworks.com" , Sunila Sahu , Ashish Gupta , Umesh Kartha Thread-Topic: [PATCH v4 1/4] lib/cryptodev: add asymmetric algos in cryptodev Thread-Index: AQHUEuISiu1z0K2b7Uelx9Q5DSRQWKSHgmWg Date: Mon, 9 Jul 2018 22:30:10 +0000 Message-ID: References: <1530631466-26427-1-git-send-email-shally.verma@caviumnetworks.com> <1530631466-26427-2-git-send-email-shally.verma@caviumnetworks.com> In-Reply-To: <1530631466-26427-2-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGRlYTBmMGQtNmVlMC00NzFjLWFhMjgtZWZiZmEwMGI2MTYxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiM0lRcXJWbWlMbWxcLzkzaW0zWXk4bDFhUDVXSTcwd0hQaHlsdGZNcVBNd09pUk5pK3FiRWtxSkpNblJ1WDRTaXkifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 1/4] lib/cryptodev: add asymmetric algos in cryptodev 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: Mon, 09 Jul 2018 22:30:16 -0000 > -----Original Message----- > From: Shally Verma [mailto:shally.verma@caviumnetworks.com] > Sent: Tuesday, July 3, 2018 4:24 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; pathreya@caviumnetworks.com; > nmurthy@caviumnetworks.com; Sunila Sahu > ; Ashish Gupta > ; Umesh Kartha > > Subject: [PATCH v4 1/4] lib/cryptodev: add asymmetric algos in cryptodev >=20 > Add rte_crypto_asym.h with supported xfrms and associated op structures a= nd > APIs One more comment that I missed. > +++ b/lib/librte_cryptodev/rte_crypto_asym.h ... > +struct rte_crypto_rsa_op_param { ... > + rte_crypto_param sign; > + /**< > + * Pointer to RSA signature data. If operation is RSA > + * sign @ref RTE_CRYPTO_RSA_OP_SIGN, buffer will be > + * over-written with generated signature. There is an error when building the API documentation here: lib/librte_cryptodev/rte_crypto_asym.h:383: warning: unable to resolve reference to `RTE_CRYPTO_RSA_OP_SIGN' for \ref command