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

Message ID 1587646211-6039-1-git-send-email-mairtin.oloingsigh@intel.com (mailing list archive)
State Changes Requested, archived
Delegated to: akhil goyal
Headers
Series [v1] doc: QAT support for AES-256 DOCSIS |

Checks

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

Commit Message

Mairtin o Loingsigh April 23, 2020, 12:50 p.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 9, 2020, 1:59 p.m. UTC | #1
> 
> 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(+)
> 

This patch does not add the DOCSIS support in QAT.
The release note update should be the part of the patch which is adding the functionality.
If it was missed, then you should make this patch as a fix for the original patch
And give reference in the description.

> diff --git a/doc/guides/rel_notes/release_20_05.rst
> b/doc/guides/rel_notes/release_20_05.rst
> index 7f2049a0f..5e81c1964 100644
> --- a/doc/guides/rel_notes/release_20_05.rst
> +++ b/doc/guides/rel_notes/release_20_05.rst
> @@ -110,6 +110,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.
> --
> 2.12.3
  

Patch

diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst
index 7f2049a0f..5e81c1964 100644
--- a/doc/guides/rel_notes/release_20_05.rst
+++ b/doc/guides/rel_notes/release_20_05.rst
@@ -110,6 +110,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.