From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 57BD5A046B for ; Fri, 26 Jul 2019 12:50:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 989261C401; Fri, 26 Jul 2019 12:50:39 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id A17E71BDE9 for ; Fri, 26 Jul 2019 12:50:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2019 03:50:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,310,1559545200"; d="scan'208";a="161267469" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga007.jf.intel.com with ESMTP; 26 Jul 2019 03:50:35 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.229]) by irsmsx110.ger.corp.intel.com ([169.254.15.82]) with mapi id 14.03.0439.000; Fri, 26 Jul 2019 11:49:18 +0100 From: "Iremonger, Bernard" To: Akhil Goyal , "dev@dpdk.org" , "Ananyev, Konstantin" , "Mcnamara, John" Thread-Topic: [PATCH v3] doc: release note for the IPsec library Thread-Index: AQHVQvbeXhTbiRaVKU+rztX+SOhg0KbcoqqAgAAWVfA= Date: Fri, 26 Jul 2019 10:49:18 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260DD4AE7@IRSMSX108.ger.corp.intel.com> References: <1564059485-12122-1-git-send-email-bernard.iremonger@intel.com> <1564065565-24563-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2YwZmMwMmYtZDhjNC00MWYzLTlkMGYtOGQ2MmQ1NjFiZWNmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRjZRNndkZUc0RU9PV0VsbHJSSmZ2MWlZVkpocDBRK0dpNXQ4MUI0N1NzU2hsRHpJb09KUU9zdVBZZGRtczg3cSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] doc: release note for the IPsec library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Akhil, > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Friday, July 26, 2019 11:27 AM > To: Iremonger, Bernard ; dev@dpdk.org; > Ananyev, Konstantin ; Mcnamara, John > > Subject: RE: [PATCH v3] doc: release note for the IPsec library >=20 > Hi Bernard, >=20 > > > > Update release notes for changes to the IPsec library. > > > > Signed-off-by: Bernard Iremonger > > --- > > 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. > > + > > >=20 > Ipsec library changes are already there in the release note. > Could you please consolidate all changes in ipsec lib in a single bullet. >=20 > 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. >=20 > 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/ >=20 >=20 > -Akhil I will update existing bullet with info in patches 57122 and 57124. Regards, Bernard.