doc: add description to release note

Message ID 1555574339-31579-1-git-send-email-tomaszx.jozwiak@intel.com (mailing list archive)
State Superseded, archived
Delegated to: akhil goyal
Headers
Series doc: add description to release note |

Checks

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

Commit Message

Tomasz Jozwiak April 18, 2019, 7:58 a.m. UTC
  Added description about compression QAT PMD improvement

Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com>
---
 doc/guides/rel_notes/release_19_05.rst | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

Fiona Trahe April 18, 2019, 11:46 a.m. UTC | #1
> -----Original Message-----
> From: Jozwiak, TomaszX
> Sent: Thursday, April 18, 2019 8:59 AM
> To: dev@dpdk.org; Trahe, Fiona <fiona.trahe@intel.com>; Jozwiak, TomaszX
> <tomaszx.jozwiak@intel.com>
> Subject: [PATCH] doc: add description to release note
> 
> Added description about compression QAT PMD improvement
> 
> Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
  

Patch

diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst
index b0928a6..624625f 100644
--- a/doc/guides/rel_notes/release_19_05.rst
+++ b/doc/guides/rel_notes/release_19_05.rst
@@ -146,6 +146,9 @@  New Features
 
   Added support for AES-XTS with 128 and 256 bit AES keys.
 
+  Simplify and make more robust QAT compressdev PMD's handling of SGLs with
+  more than 16 segments.
+
 * **Updated AESNI-MB PMD.**
 
   Added support for out-of-place operations.