From patchwork Thu Apr 4 10:56:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arkadiusz Kusztal X-Patchwork-Id: 52281 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 167571B13C; Thu, 4 Apr 2019 12:59:02 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 6BCCB1B137 for ; Thu, 4 Apr 2019 12:59:00 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Apr 2019 03:58:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,308,1549958400"; d="scan'208";a="158158989" Received: from akusztax-mobl.ger.corp.intel.com ([10.104.12.172]) by fmsmga002.fm.intel.com with ESMTP; 04 Apr 2019 03:58:58 -0700 From: Arek Kusztal To: dev@dpdk.org Cc: akhil.goyal@nxp.com, fiona.trahe@intel.com, Arek Kusztal Date: Thu, 4 Apr 2019 12:56:27 +0200 Message-Id: <20190404105627.2480-1-arkadiuszx.kusztal@intel.com> X-Mailer: git-send-email 2.19.1.windows.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] doc/crypto: add supported asymmetric crypto algorithms to qat 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" This patch adds missing asymmetric crypto algorithms in documentation files of Intel QuickAssist Technology driver. Signed-off-by: Arek Kusztal --- This patch depends on "doc/crypto: fix missing asymmetric algo table" (http://patchwork.dpdk.org/patch/52168/) doc/guides/cryptodevs/features/qat.ini | 2 ++ doc/guides/cryptodevs/qat.rst | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/guides/cryptodevs/features/qat.ini b/doc/guides/cryptodevs/features/qat.ini index 8132580..dc67fc0 100644 --- a/doc/guides/cryptodevs/features/qat.ini +++ b/doc/guides/cryptodevs/features/qat.ini @@ -67,3 +67,5 @@ AES CCM (256) = Y ; Supported Asymmetric algorithms of the 'qat' crypto driver. ; [Asymmetric] +Modular Exponentiation = Y +Modular Multiplicative Inverse = Y diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst index 2c4ee62..8df5ceb 100644 --- a/doc/guides/cryptodevs/qat.rst +++ b/doc/guides/cryptodevs/qat.rst @@ -104,10 +104,10 @@ must be such that points at the start of the COUNT bytes. Asymmetric Crypto Service on QAT -------------------------------- -The QAT Asym PMD has support for: +The QAT Asymmetric PMD has support for: -* ``Modular exponentiation`` -* ``Modular multiplicative inverse`` +* ``RTE_CRYPTO_ASYM_XFORM_MODEX`` +* ``RTE_CRYPTO_ASYM_XFORM_MODINV`` Limitations ~~~~~~~~~~~