[dpdk-dev] [PATCH 6/6] doc: add documentation for OCTEON TX2 crypto asym support
Anoob Joseph
anoobj at marvell.com
Mon Sep 9 17:26:39 CEST 2019
Adding documentation for asymmetric features supported by
crypto_octeontx2 PMD.
Signed-off-by: Anoob Joseph <anoobj at marvell.com>
Signed-off-by: Kanaka Durga Kotamarthy <kkotamarthy at marvell.com>
Signed-off-by: Sunila Sahu <ssahu at marvell.com>
---
doc/guides/cryptodevs/features/octeontx2.ini | 9 +++++++++
doc/guides/cryptodevs/octeontx2.rst | 13 +++++++++++++
2 files changed, 22 insertions(+)
diff --git a/doc/guides/cryptodevs/features/octeontx2.ini b/doc/guides/cryptodevs/features/octeontx2.ini
index ac76b11..7d07053 100644
--- a/doc/guides/cryptodevs/features/octeontx2.ini
+++ b/doc/guides/cryptodevs/features/octeontx2.ini
@@ -5,11 +5,13 @@
;
[Features]
Symmetric crypto = Y
+Asymmetric crypto = Y
Sym operation chaining = Y
HW Accelerated = Y
In Place SGL = Y
OOP SGL In LB Out = Y
OOP SGL In SGL Out = Y
+RSA PRIV OP KEY QT = Y
;
; Supported crypto algorithms of 'octeontx2' crypto driver.
@@ -60,3 +62,10 @@ ZUC EIA3 = Y
AES GCM (128) = Y
AES GCM (192) = Y
AES GCM (256) = Y
+
+;
+; Supported Asymmetric algorithms of the 'octeontx2' crypto driver.
+;
+[Asymmetric]
+RSA = Y
+Modular Exponentiation = Y
diff --git a/doc/guides/cryptodevs/octeontx2.rst b/doc/guides/cryptodevs/octeontx2.rst
index a2cbb50..410183c 100644
--- a/doc/guides/cryptodevs/octeontx2.rst
+++ b/doc/guides/cryptodevs/octeontx2.rst
@@ -53,6 +53,11 @@ AEAD algorithms:
* ``RTE_CRYPTO_AEAD_AES_GCM``
+Asymmetric algorithms:
+
+* ``RTE_CRYPTO_ASYM_XFORM_RSA``
+* ``RTE_CRYPTO_ASYM_XFORM_MODEX``
+
Installation
------------
@@ -140,3 +145,11 @@ application:
./test
RTE>>cryptodev_octeontx2_autotest
+
+The asymmetric crypto operations on OCTEON TX2 crypto PMD may be verified by running the test
+application:
+
+.. code-block:: console
+
+ ./test
+ RTE>>cryptodev_octeontx2_asym_autotest
--
2.7.4
More information about the dev
mailing list