[v2] doc: update release notes for QAT PMDs

Message ID 1556900140-28517-1-git-send-email-fiona.trahe@intel.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series [v2] doc: update release notes for QAT PMDs |

Checks

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

Commit Message

Fiona Trahe May 3, 2019, 4:15 p.m. UTC
  Added release note entry for QAT compression PMD
Clarified that previous entry was for QAT sym crypto PMD

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com>
---
 doc/guides/rel_notes/release_19_05.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
  

Comments

John McNamara May 9, 2019, 3:24 p.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Fiona Trahe
> Sent: Friday, May 3, 2019 5:16 PM
> To: dev@dpdk.org
> Cc: thomas@monjalon.net; akhil.goyal@nxp.com; Jozwiak, TomaszX
> <tomaszx.jozwiak@intel.com>; Trahe, Fiona <fiona.trahe@intel.com>
> Subject: [dpdk-dev] [PATCH v2] doc: update release notes for QAT PMDs
> 
> Added release note entry for QAT compression PMD Clarified that previous
> entry was for QAT sym crypto PMD


Acked-by: John McNamara <john.mcnamara@intel.com>
  
Thomas Monjalon May 9, 2019, 10:39 p.m. UTC | #2
> > Added release note entry for QAT compression PMD Clarified that previous
> > entry was for QAT sym crypto PMD
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks

Please try to update release notes in code patches, thanks.
  

Patch

diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst
index 8c51db910..278c0ab21 100644
--- a/doc/guides/rel_notes/release_19_05.rst
+++ b/doc/guides/rel_notes/release_19_05.rst
@@ -169,7 +169,7 @@  New Features
 
   Added MACSEC hardware offload experimental API.
 
-* **Updated the QuickAssist Technology PMD.**
+* **Updated the QuickAssist Technology (QAT) symmetric crypto PMD.**
 
   Added support for AES-XTS with 128 and 256 bit AES keys.
 
@@ -193,6 +193,11 @@  New Features
   Improved testpmd application performance on ARM platform. For ``macswap``
   forwarding mode, NEON intrinsics were used to do swap to save CPU cycles.
 
+* **Updated the Intel QuickAssist Technology (QAT) compression PMD.**
+
+  Simplified and made more robust QAT compressdev PMD's handling of SGLs with
+  more than 16 segments.
+
 
 Removed Items
 -------------