Message ID | 1564065565-24563-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 3:39 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 v3] doc: release note for the IPsec library > > Update release notes for changes to the IPsec library. > > Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> > --- > changes in v3: > revised content > > doc/guides/rel_notes/release_19_08.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst > index c9bd3ce..7737ebe 100644 > --- a/doc/guides/rel_notes/release_19_08.rst > +++ b/doc/guides/rel_notes/release_19_08.rst > @@ -224,6 +224,14 @@ New Features > > Added multiple cores feature to compression perf tool application. > > +* **Updated the IPsec library.** > + > + Added the following functionality to ``librte_ipsec``. > + > + * Added support for transport mode with IPv6 extension headers. > + > + * Added support for packets that consist of multiple segments. > + > > Removed Items > ------------- > -- Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com> > 2.7.4
Hi Bernard, > > Update release notes for changes to the IPsec library. > > Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> > --- > changes in v3: > revised content > > doc/guides/rel_notes/release_19_08.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/doc/guides/rel_notes/release_19_08.rst > b/doc/guides/rel_notes/release_19_08.rst > index c9bd3ce..7737ebe 100644 > --- a/doc/guides/rel_notes/release_19_08.rst > +++ b/doc/guides/rel_notes/release_19_08.rst > @@ -224,6 +224,14 @@ New Features > > Added multiple cores feature to compression perf tool application. > > +* **Updated the IPsec library.** > + > + Added the following functionality to ``librte_ipsec``. > + > + * Added support for transport mode with IPv6 extension headers. > + > + * Added support for packets that consist of multiple segments. > + > Ipsec library changes are already there in the release note. Could you please consolidate all changes in ipsec lib in a single bullet. Also the ipsec-secgw application changes can also be there in that single bullet. As the features are same for ipsec lib and ipsec application. So I would say, we can combine the two commits in a single bullet already there in the release note for header reconstruction. http://patches.dpdk.org/patch/57122/ http://patches.dpdk.org/patch/57124/ -Akhil
Hi Akhil, > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Friday, July 26, 2019 11:27 AM > To: Iremonger, Bernard <bernard.iremonger@intel.com>; dev@dpdk.org; > Ananyev, Konstantin <konstantin.ananyev@intel.com>; Mcnamara, John > <john.mcnamara@intel.com> > Subject: RE: [PATCH v3] doc: release note for the IPsec library > > Hi Bernard, > > > > > Update release notes for changes to the IPsec library. > > > > Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> > > --- > > changes in v3: > > revised content > > > > doc/guides/rel_notes/release_19_08.rst | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git a/doc/guides/rel_notes/release_19_08.rst > > b/doc/guides/rel_notes/release_19_08.rst > > index c9bd3ce..7737ebe 100644 > > --- a/doc/guides/rel_notes/release_19_08.rst > > +++ b/doc/guides/rel_notes/release_19_08.rst > > @@ -224,6 +224,14 @@ New Features > > > > Added multiple cores feature to compression perf tool application. > > > > +* **Updated the IPsec library.** > > + > > + Added the following functionality to ``librte_ipsec``. > > + > > + * Added support for transport mode with IPv6 extension headers. > > + > > + * Added support for packets that consist of multiple segments. > > + > > > > Ipsec library changes are already there in the release note. > Could you please consolidate all changes in ipsec lib in a single bullet. > > Also the ipsec-secgw application changes can also be there in that single > bullet. As the features are same for ipsec lib and ipsec application. > > So I would say, we can combine the two commits in a single bullet already > there in the release note for header reconstruction. > http://patches.dpdk.org/patch/57122/ > http://patches.dpdk.org/patch/57124/ > > > -Akhil I will update existing bullet with info in patches 57122 and 57124. Regards, Bernard.
diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst index c9bd3ce..7737ebe 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -224,6 +224,14 @@ New Features Added multiple cores feature to compression perf tool application. +* **Updated the IPsec library.** + + Added the following functionality to ``librte_ipsec``. + + * Added support for transport mode with IPv6 extension headers. + + * Added support for packets that consist of multiple segments. + Removed Items -------------
Update release notes for changes to the IPsec library. Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> --- changes in v3: revised content doc/guides/rel_notes/release_19_08.rst | 8 ++++++++ 1 file changed, 8 insertions(+)