[v3,2/2] doc: update QAT PMD release notes

Message ID 20200716114723.965-3-adamx.dybkowski@intel.com (mailing list archive)
State Superseded, archived
Delegated to: akhil goyal
Headers
Series common/qat: support GEN2 QAT device 200xx |

Checks

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

Commit Message

Dybkowski, AdamX July 16, 2020, 11:47 a.m. UTC
  This patch separates QAT PMD paragraphs in the release notes
into three parts, for QAT Symmetric Crypto PMD, QAT Asymmetric
Crypto PMD and QAT Compression PMD.

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
---
 doc/guides/rel_notes/release_20_08.rst | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
  

Comments

Akhil Goyal July 16, 2020, 4:54 p.m. UTC | #1
Hi Adam,
> 
> This patch separates QAT PMD paragraphs in the release notes
> into three parts, for QAT Symmetric Crypto PMD, QAT Asymmetric
> Crypto PMD and QAT Compression PMD.
> 
> Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
> ---
>  doc/guides/rel_notes/release_20_08.rst | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)
> 
> diff --git a/doc/guides/rel_notes/release_20_08.rst
> b/doc/guides/rel_notes/release_20_08.rst
> index e598d4882..da2833170 100644
> --- a/doc/guides/rel_notes/release_20_08.rst
> +++ b/doc/guides/rel_notes/release_20_08.rst
> @@ -185,7 +185,7 @@ New Features
>    Added support for lookaside protocol offload for DOCSIS through the
>    ``rte_security`` API.
> 
> -* **Updated the QuickAssist Technology (QAT) PMD.**
> +* **Updated the QuickAssist Technology (QAT) Symmetric Crypto PMD.**
> 
>    * Added support for lookaside protocol offload for DOCSIS through the
>      ``rte_security`` API.
> @@ -194,6 +194,14 @@ New Features
>    * Added support for Intel GEN2 QuickAssist device 200xx
>    (PF Did 0x18ee, VF Did 0x18ef).
> 
> +* **Updated the QuickAssist Technology (QAT) Asymmetric Crypto PMD.**
> +
> +  * Improved handling of multi process in QAT crypto and compression PMDs.
> +
> +* **Updated the QuickAssist Technology (QAT) Compression PMD.**
> +
> +  * Improved handling of multi process in QAT crypto and compression PMDs.
> +
I don't think these changes are required.
It is already updated as a bullet in QAT release notes for both crypto and compression PMD.
And I believe you do not need to sym and asym separately in the release notes.
  

Patch

diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst
index e598d4882..da2833170 100644
--- a/doc/guides/rel_notes/release_20_08.rst
+++ b/doc/guides/rel_notes/release_20_08.rst
@@ -185,7 +185,7 @@  New Features
   Added support for lookaside protocol offload for DOCSIS through the
   ``rte_security`` API.
 
-* **Updated the QuickAssist Technology (QAT) PMD.**
+* **Updated the QuickAssist Technology (QAT) Symmetric Crypto PMD.**
 
   * Added support for lookaside protocol offload for DOCSIS through the
     ``rte_security`` API.
@@ -194,6 +194,14 @@  New Features
   * Added support for Intel GEN2 QuickAssist device 200xx
   (PF Did 0x18ee, VF Did 0x18ef).
 
+* **Updated the QuickAssist Technology (QAT) Asymmetric Crypto PMD.**
+
+  * Improved handling of multi process in QAT crypto and compression PMDs.
+
+* **Updated the QuickAssist Technology (QAT) Compression PMD.**
+
+  * Improved handling of multi process in QAT crypto and compression PMDs.
+
 * **Updated the OCTEON TX2 crypto PMD.**
 
   Added Chacha20-Poly1305 AEAD algorithm support in OCTEON TX2 crypto PMD.