crypto/qat: support DOCSIS AES-256

Message ID 1589537305-5415-1-git-send-email-mairtin.oloingsigh@intel.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series crypto/qat: support DOCSIS AES-256 |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/travis-robot success Travis build: passed
ci/Intel-compilation success Compilation OK

Commit Message

Mairtin o Loingsigh May 15, 2020, 10:08 a.m. UTC
  Add doc updates for QAT DOCSIS AES-256 support

Fixes: 2aab3ff3d8cf ("crypto/qat: support DOCSIS AES-256")
Cc: mairtin.oloingsigh@intel.com

Signed-off-by: Mairtin o Loingsigh <mairtin.oloingsigh@intel.com>
---
 doc/guides/rel_notes/release_20_05.rst |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
  

Comments

Akhil Goyal May 15, 2020, 6:13 p.m. UTC | #1
> 
> Add doc updates for QAT DOCSIS AES-256 support
> 
> Fixes: 2aab3ff3d8cf ("crypto/qat: support DOCSIS AES-256")
> Cc: mairtin.oloingsigh@intel.com
> 
> Signed-off-by: Mairtin o Loingsigh <mairtin.oloingsigh@intel.com>
> ---
Title and description updated as 

    doc: fix missing release notes for QAT

    Add release notes update for QAT DOCSIS AES-256 support

Applied to dpdk-next-crypto

Thanks.
  

Patch

diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst
index 0e9199c..879ed01 100644
--- a/doc/guides/rel_notes/release_20_05.rst
+++ b/doc/guides/rel_notes/release_20_05.rst
@@ -219,6 +219,10 @@  New Features
   any checksum calculation was requested - in such case the code falls back to
   fixed compression as before.
 
+* **Updated the QAT PMD.**
+
+  * Added AES-256 DOCSIS algorithm support to QAT PMD.
+
 * **Updated the turbo_sw bbdev PMD.**
 
   Supported large size code blocks which does not fit in one mbuf segment.