DPDK patches and discussions
 help / color / mirror / Atom feed
From: Arek Kusztal <arkadiuszx.kusztal@intel.com>
To: dev@dpdk.org
Cc: akhil.goyal@nxp.com, fiona.trahe@intel.com,
	Arek Kusztal <arkadiuszx.kusztal@intel.com>
Subject: [dpdk-dev] [PATCH] doc/crypto: add supported asymmetric crypto algorithms to qat
Date: Thu,  4 Apr 2019 12:56:27 +0200	[thread overview]
Message-ID: <20190404105627.2480-1-arkadiuszx.kusztal@intel.com> (raw)

This patch adds missing asymmetric crypto algorithms
in documentation files of Intel QuickAssist Technology
driver.

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
---
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
 ~~~~~~~~~~~
-- 
2.1.0

             reply	other threads:[~2019-04-04 10:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-04 10:56 Arek Kusztal [this message]
2019-04-04 10:56 ` Arek Kusztal
2019-04-10 16:21 ` Trahe, Fiona
2019-04-10 16:21   ` Trahe, Fiona

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190404105627.2480-1-arkadiuszx.kusztal@intel.com \
    --to=arkadiuszx.kusztal@intel.com \
    --cc=akhil.goyal@nxp.com \
    --cc=dev@dpdk.org \
    --cc=fiona.trahe@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).