From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id D0D65A0679 for ; Thu, 28 Mar 2019 14:57:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E4C061B20B; Thu, 28 Mar 2019 14:57:23 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 565487CBC for ; Thu, 28 Mar 2019 14:57:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2019 06:57:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,280,1549958400"; d="scan'208";a="286689365" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga004.jf.intel.com with ESMTP; 28 Mar 2019 06:57:20 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.230]) by IRSMSX154.ger.corp.intel.com ([169.254.12.238]) with mapi id 14.03.0415.000; Thu, 28 Mar 2019 13:57:18 +0000 From: "Trahe, Fiona" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" , "Trahe, Fiona" Thread-Topic: [PATCH v5 0/4] Add PMD for asymmetric cryptography operations using Intel QuickAssist Technology devices Thread-Index: AQHU5Wt+7sFPs6eH10+lI8iLNihP8aYhERxg Date: Thu, 28 Mar 2019 13:57:18 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435897211D3@IRSMSX101.ger.corp.intel.com> References: <20190328133703.2736-1-arkadiuszx.kusztal@intel.com> In-Reply-To: <20190328133703.2736-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDJjNTI0MDYtMjNlYy00YjA5LTk2MWUtYjRiODJlMDRkNmM2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoid0RIaEU5Z3ZncGpCUGc2NGQ2S0l2WE54azNZYXdKcGJKVFwvQjZoaXdYVWxXS3BjNll2MnEweTNOQXNUZ3ZvTloifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 0/4] Add PMD for asymmetric cryptography operations using Intel QuickAssist Technology devices 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190328135718.2U_cGdhHM7XBiGr_tD_ElicDqsHedijJUm2lX7lbdDw@z> > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Thursday, March 28, 2019 1:37 PM > To: dev@dpdk.org > Cc: akhil.goyal@nxp.com; Trahe, Fiona ; Kusztal, A= rkadiuszX > > Subject: [PATCH v5 0/4] Add PMD for asymmetric cryptography operations us= ing Intel QuickAssist > Technology devices >=20 > This patchset adds Poll Mode Driver to use asymmetric cryptography > functions using Intel QuickAssist Techology devices. >=20 > Following functions are available with this patchset: > * Modular Exponentiation > * Modular Inverse >=20 > This patch depends on a QAT PF driver for device initialization. See > the file docs/guides/cryptodevs/qat.rst for configuration details. >=20 > Limitations: > * Maximum parameter size: 4096 bits > - For both modular exponentiaion and modular multiplicative inverse >=20 > v5: > - changed error checks order >=20 > v4: > - fixed yet more checkpatch issues >=20 > v3: > - fixed some checkpatch issues >=20 > v2: > - added Meson build > - fixed segfault on cookie > - fixed mod inverse problem >=20 > Arek Kusztal (4): > common/qat: add headers for asymmetric crypto > crypto/qat: add asymmetric cryptography PMD > crypto/qat: add modular exponentiation to qat asym pmd > crypto/qat: add modular inverse to qat asym pmd Series-acked-by: Fiona Trahe