[v5] doc: release note for the IPsec library and application

Message ID 1564148539-17016-1-git-send-email-bernard.iremonger@intel.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series [v5] doc: release note for the IPsec library and application |

Checks

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

Commit Message

Iremonger, Bernard July 26, 2019, 1:42 p.m. UTC
  Update release notes for recently supported features in IPsec library and
IPsec Security Gateway application.

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
---
 doc/guides/rel_notes/release_19_08.rst | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
  

Comments

Akhil Goyal July 26, 2019, 1:44 p.m. UTC | #1
> 
> Update release notes for recently supported features in IPsec library and
> IPsec Security Gateway application.
> 
> Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
> ---
>  doc/guides/rel_notes/release_19_08.rst | 13 +++++++++----
>  1 file changed, 9 insertions(+), 4 deletions(-)
> 
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
  
Akhil Goyal July 26, 2019, 1:54 p.m. UTC | #2
> >
> > Update release notes for recently supported features in IPsec library and
> > IPsec Security Gateway application.
> >
> > Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
> > ---
> >  doc/guides/rel_notes/release_19_08.rst | 13 +++++++++----
> >  1 file changed, 9 insertions(+), 4 deletions(-)
> >
> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

Applied to dpdk-next-crypto

Thanks.
  

Patch

diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst
index c9bd3ce..0457ab2 100644
--- a/doc/guides/rel_notes/release_19_08.rst
+++ b/doc/guides/rel_notes/release_19_08.rst
@@ -200,11 +200,16 @@  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.**