[v3] doc: QAT support for AES-256 DOCSIS

Message ID 20200511101916.22850-3-mairtin.oloingsigh@intel.com (mailing list archive)
State Changes Requested, archived
Delegated to: akhil goyal
Headers
Series [v3] doc: QAT support for AES-256 DOCSIS |

Checks

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

Commit Message

Mairtin o Loingsigh May 11, 2020, 10:19 a.m. UTC
  Update QAT pmd to support AES-256 DOCSIS

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

Comments

Akhil Goyal May 11, 2020, 1:12 p.m. UTC | #1
> 
> Update QAT pmd to support AES-256 DOCSIS
> 
> Signed-off-by: Mairtin o Loingsigh <mairtin.oloingsigh@intel.com>
> ---
Release note should be part of the patch which is supporting the feature.
  

Patch

diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst
index 82df72c2b..ee494f7aa 100644
--- a/doc/guides/rel_notes/release_20_05.rst
+++ b/doc/guides/rel_notes/release_20_05.rst
@@ -190,6 +190,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.