doc/crypto: add supported asymmetric crypto algorithms to qat

Message ID 20190404105627.2480-1-arkadiuszx.kusztal@intel.com (mailing list archive)
State Rejected, archived
Delegated to: akhil goyal
Headers
Series doc/crypto: add supported asymmetric crypto algorithms to qat |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Arkadiusz Kusztal April 4, 2019, 10:56 a.m. UTC
  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(-)
  

Comments

Fiona Trahe April 10, 2019, 4:21 p.m. UTC | #1
> -----Original Message-----
> From: Kusztal, ArkadiuszX
> Sent: Thursday, April 4, 2019 11:56 AM
> To: dev@dpdk.org
> Cc: akhil.goyal@nxp.com; Trahe, Fiona <fiona.trahe@intel.com>; Kusztal, ArkadiuszX
> <arkadiuszx.kusztal@intel.com>
> Subject: [PATCH] doc/crypto: add supported asymmetric crypto algorithms to qat
> 
> This patch adds missing asymmetric crypto algorithms
> in documentation files of Intel QuickAssist Technology
> driver.
> 
> Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Nack
 - Arek will send a more comprehensive documentation update
  

Patch

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
 ~~~~~~~~~~~