[v2] doc/crypto: fix missing CCM to QAT feature list

Message ID 1537338438-2335-1-git-send-email-tomaszx.cel@intel.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series [v2] doc/crypto: fix missing CCM to QAT feature list |

Checks

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

Commit Message

Cel, TomaszX Sept. 19, 2018, 6:27 a.m. UTC
  Update the QAT documentation to show that it supports CCM.

Fixes: ab56c4d9ed9a ("crypto/qat: support AES-CCM")

Signed-off-by: Tomasz Cel <tomaszx.cel@intel.com>
---
 doc/guides/cryptodevs/features/qat.ini | 3 +++
 doc/guides/cryptodevs/qat.rst          | 1 +
 2 files changed, 4 insertions(+)
  

Comments

Fiona Trahe Sept. 19, 2018, 7:28 a.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Tomasz Cel
> Sent: Wednesday, September 19, 2018 7:27 AM
> To: dev@dpdk.org
> Cc: stable@dpdk.org; akhil.goyal@nxp.com; Kovacevic, Marko <marko.kovacevic@intel.com>; Cel,
> TomaszX <tomaszx.cel@intel.com>
> Subject: [dpdk-dev] [PATCH v2] doc/crypto: fix missing CCM to QAT feature list
> 
> Update the QAT documentation to show that it supports CCM.
> 
> Fixes: ab56c4d9ed9a ("crypto/qat: support AES-CCM")
> 
> Signed-off-by: Tomasz Cel <tomaszx.cel@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
  
Kovacevic, Marko Sept. 19, 2018, 8:09 a.m. UTC | #2
> Update the QAT documentation to show that it supports CCM.
> 
> Fixes: ab56c4d9ed9a ("crypto/qat: support AES-CCM")
> 
> Signed-off-by: Tomasz Cel <tomaszx.cel@intel.com>
> ---
>  doc/guides/cryptodevs/features/qat.ini | 3 +++
>  doc/guides/cryptodevs/qat.rst          | 1 +
>  2 files changed, 4 insertions(+)

Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
  
Akhil Goyal Sept. 26, 2018, 12:26 p.m. UTC | #3
On 9/19/2018 11:57 AM, Tomasz Cel wrote:
> Update the QAT documentation to show that it supports CCM.
>
> Fixes: ab56c4d9ed9a ("crypto/qat: support AES-CCM")
>
> Signed-off-by: Tomasz Cel <tomaszx.cel@intel.com>
> ---
>   doc/guides/cryptodevs/features/qat.ini | 3 +++
>   doc/guides/cryptodevs/qat.rst          | 1 +
>   2 files changed, 4 insertions(+)
>
Applied to dpdk-next-crypto
cc: stable@dpdk.org


Thanks
  

Patch

diff --git a/doc/guides/cryptodevs/features/qat.ini b/doc/guides/cryptodevs/features/qat.ini
index 29d865e..220291b 100644
--- a/doc/guides/cryptodevs/features/qat.ini
+++ b/doc/guides/cryptodevs/features/qat.ini
@@ -56,3 +56,6 @@  ZUC EIA3     = Y
 AES GCM (128) = Y
 AES GCM (192) = Y
 AES GCM (256) = Y
+AES CCM (128) = Y
+AES CCM (192) = Y
+AES CCM (256) = Y
diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst
index af10799..b09624f 100644
--- a/doc/guides/cryptodevs/qat.rst
+++ b/doc/guides/cryptodevs/qat.rst
@@ -66,6 +66,7 @@  Hash algorithms:
 Supported AEAD algorithms:
 
 * ``RTE_CRYPTO_AEAD_AES_GCM``
+* ``RTE_CRYPTO_AEAD_AES_CCM``
 
 
 Limitations