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 601AE1B526 for ; Fri, 8 Feb 2019 13:31:21 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2019 04:31:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,347,1544515200"; d="scan'208";a="116234181" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga008.jf.intel.com with ESMTP; 08 Feb 2019 04:31:19 -0800 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.185]) by IRSMSX151.ger.corp.intel.com ([169.254.4.243]) with mapi id 14.03.0415.000; Fri, 8 Feb 2019 12:31:18 +0000 From: "Trahe, Fiona" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" , "shally.verma@caviumnetworks.com" Thread-Topic: [PATCH v2 0/3] crypotodev: add result field to modular operations Thread-Index: AQHUv59eUsYNMJy0wUqwdGz6d+kXpqXV1NQg Date: Fri, 8 Feb 2019 12:31:18 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435896EBABE@IRSMSX101.ger.corp.intel.com> References: <20190208111338.4544-1-arkadiuszx.kusztal@intel.com> In-Reply-To: <20190208111338.4544-1-arkadiuszx.kusztal@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWEwOTg0NzgtMGE0Ny00MDAzLTgwMDUtYzM2MTM1ZDBkMTM2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiUm5CYkxTYWJESEQ5R2ZpeXFScVErd1g1ZVBRV05CczI4b0t3aHBJVzdISGZLZ0dMVW82NUZ0QWdNWitEdFZSSSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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] [PATCH v2 0/3] crypotodev: add result field to modular operations 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, 08 Feb 2019 12:31:21 -0000 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Friday, February 8, 2019 11:14 AM > To: dev@dpdk.org > Cc: akhil.goyal@nxp.com; Trahe, Fiona ; shally.ver= ma@caviumnetworks.com; > Kusztal, ArkadiuszX > Subject: [PATCH v2 0/3] crypotodev: add result field to modular operation= s >=20 > This patchset adds result field to modular exponentiation and modular > inverse operations >=20 > This patchset depends on following patches: >=20 > [1] - "[v3] cryptodev: rework mod exp and mod inv comments" > (http://patchwork.dpdk.org/patch/50139/) > [2] - "openssl: fix bad reference of modinv" > (http://patchwork.dpdk.org/patch/50131/) >=20 > v2: > - fix checkpatch issue >=20 > Arek Kusztal (3): > cryptodev: add result field to mod exp and inverse operations > openssl: add result field to mod exp and mod inv operations > test: add result field to mod exp and mod inv Series-acked-by: Fiona Trahe