Message ID | 1564069265-14654-1-git-send-email-bernard.iremonger@intel.com |
---|---|
State | Changes Requested, archived |
Delegated to: | akhil goyal |
Headers | show |
Series |
|
Related | show |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/Intel-compilation | success | Compilation OK |
> -----Original Message----- > From: Iremonger, Bernard > Sent: Thursday, July 25, 2019 4:41 PM > To: dev@dpdk.org; Ananyev, Konstantin <konstantin.ananyev@intel.com>; akhil.goyal@nxp.com; Mcnamara, John > <john.mcnamara@intel.com> > Cc: Iremonger, Bernard <bernard.iremonger@intel.com> > Subject: [PATCH] doc: release note for the IPsec Security Gateway application > > Update release notes for changes to the IPsec Security Gateway application > > Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> > --- > doc/guides/rel_notes/release_19_08.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst > index 7737ebe..ddc60e8 100644 > --- a/doc/guides/rel_notes/release_19_08.rst > +++ b/doc/guides/rel_notes/release_19_08.rst > @@ -232,6 +232,11 @@ New Features > > * Added support for packets that consist of multiple segments. > > +* **Updated the IPsec Security Gateway application.** > + > + Added support to the ``ipsec-secgw`` application to handle fragmentation of > + IPsec traffic which exceeds the MTU of the output interface. > + > > Removed Items > ------------- > -- Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com> > 2.7.4
diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst index 7737ebe..ddc60e8 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -232,6 +232,11 @@ New Features * Added support for packets that consist of multiple segments. +* **Updated the IPsec Security Gateway application.** + + Added support to the ``ipsec-secgw`` application to handle fragmentation of + IPsec traffic which exceeds the MTU of the output interface. + Removed Items -------------
Update release notes for changes to the IPsec Security Gateway application Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> --- doc/guides/rel_notes/release_19_08.rst | 5 +++++ 1 file changed, 5 insertions(+)