From: Thomas Monjalon Date: Tue, 15 Mar 2016 18:43:55 +0000 (+0100) Subject: doc: fix IPsec entry in the release notes X-Git-Tag: spdx-start~7431 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=39fee04fc097082cb2a955ea43ce4ed21fc73f5a;p=dpdk.git doc: fix IPsec entry in the release notes It was inserted in the "Resolved Issues" section. Move the entry with the new features. Signed-off-by: Thomas Monjalon --- diff --git a/doc/guides/rel_notes/release_16_04.rst b/doc/guides/rel_notes/release_16_04.rst index b729b67799..6ecfd3f4e3 100644 --- a/doc/guides/rel_notes/release_16_04.rst +++ b/doc/guides/rel_notes/release_16_04.rst @@ -127,6 +127,11 @@ This section should contain new features added in this release. Sample format: Added new Crypto PMD to support null crypto operations in SW. +* **Added IPsec security gateway example.** + + New application implementing an IPsec Security Gateway. + + Resolved Issues --------------- @@ -181,9 +186,6 @@ Examples vhost-switch often fails to allocate mbuf when dequeue from vring because it wrongly calculates the number of mbufs needed. -* **examples/ipsec-secgw: ipsec security gateway** - - New application implementing an IPsec Security Gateway. Other ~~~~~