doc: update release notes for IPsec
authorBernard Iremonger <bernard.iremonger@intel.com>
Fri, 26 Jul 2019 13:42:19 +0000 (14:42 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Fri, 26 Jul 2019 13:43:42 +0000 (15:43 +0200)
Update release notes for recently supported features in IPsec library and
IPsec Security Gateway application.

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
doc/guides/rel_notes/release_19_08.rst

index c9bd3ce..e9c0a07 100644 (file)
@@ -200,11 +200,14 @@ New Features
   handshake between two separate hosts and can share local memory for peer
   host to directly access.
 
-* **Updated IPSec library Header Reconstruction.**
+* **Updated IPSec library and IPsec Security Gateway application.**
 
-  Updated the IPSec library with ECN and DSCP field header reconstruction
-  feature followed by RFC4301. The IPSec-secgw sample application is also
-  updated to support this feature by default.
+  Added the following features to ``librte_ipsec``. Corresponding changes are
+  also added in ``ipsec-secgw`` sample application.
+
+  * ECN and DSCP field header reconstruction as per RFC4301.
+  * Transport mode with IPv6 extension headers.
+  * Support packets with multiple segments.
 
 * **Updated telemetry library for global metrics support.**