DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc/crypto: add supported asymmetric crypto algorithms to qat
@ 2019-04-04 10:56 Arek Kusztal
  2019-04-04 10:56 ` Arek Kusztal
  2019-04-10 16:21 ` Trahe, Fiona
  0 siblings, 2 replies; 4+ messages in thread
From: Arek Kusztal @ 2019-04-04 10:56 UTC (permalink / raw)
  To: dev; +Cc: akhil.goyal, fiona.trahe, Arek Kusztal

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dpdk-dev] [PATCH] doc/crypto: add supported asymmetric crypto algorithms to qat
  2019-04-04 10:56 [dpdk-dev] [PATCH] doc/crypto: add supported asymmetric crypto algorithms to qat Arek Kusztal
@ 2019-04-04 10:56 ` Arek Kusztal
  2019-04-10 16:21 ` Trahe, Fiona
  1 sibling, 0 replies; 4+ messages in thread
From: Arek Kusztal @ 2019-04-04 10:56 UTC (permalink / raw)
  To: dev; +Cc: akhil.goyal, fiona.trahe, Arek Kusztal

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] doc/crypto: add supported asymmetric crypto algorithms to qat
  2019-04-04 10:56 [dpdk-dev] [PATCH] doc/crypto: add supported asymmetric crypto algorithms to qat Arek Kusztal
  2019-04-04 10:56 ` Arek Kusztal
@ 2019-04-10 16:21 ` Trahe, Fiona
  2019-04-10 16:21   ` Trahe, Fiona
  1 sibling, 1 reply; 4+ messages in thread
From: Trahe, Fiona @ 2019-04-10 16:21 UTC (permalink / raw)
  To: dev; +Cc: akhil.goyal, Kusztal, ArkadiuszX, Trahe, Fiona



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] doc/crypto: add supported asymmetric crypto algorithms to qat
  2019-04-10 16:21 ` Trahe, Fiona
@ 2019-04-10 16:21   ` Trahe, Fiona
  0 siblings, 0 replies; 4+ messages in thread
From: Trahe, Fiona @ 2019-04-10 16:21 UTC (permalink / raw)
  To: dev; +Cc: akhil.goyal, Kusztal, ArkadiuszX, Trahe, Fiona



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-10 16:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-04 10:56 [dpdk-dev] [PATCH] doc/crypto: add supported asymmetric crypto algorithms to qat Arek Kusztal
2019-04-04 10:56 ` Arek Kusztal
2019-04-10 16:21 ` Trahe, Fiona
2019-04-10 16:21   ` Trahe, Fiona

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).