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 64A77A046B for ; Thu, 25 Jul 2019 16:53:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1A56D1C387; Thu, 25 Jul 2019 16:53:01 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 1EF2C1C387 for ; Thu, 25 Jul 2019 16:52:58 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2019 07:52:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,307,1559545200"; d="scan'208";a="181489611" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga002.jf.intel.com with ESMTP; 25 Jul 2019 07:52:57 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.164]) by IRSMSX109.ger.corp.intel.com ([169.254.13.29]) with mapi id 14.03.0439.000; Thu, 25 Jul 2019 15:52:56 +0100 From: "Ananyev, Konstantin" To: "Iremonger, Bernard" , "dev@dpdk.org" , "akhil.goyal@nxp.com" , "Mcnamara, John" Thread-Topic: [PATCH v3] doc: release note for the IPsec library Thread-Index: AQHVQvbeLoIYY7ht70yF9eB3tiamV6bbazYg Date: Thu, 25 Jul 2019 14:52:55 +0000 Message-ID: <2601191342CEEE43887BDE71AB9772580168A5B3BD@irsmsx105.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: <1564065565-24563-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjEyM2M5NTgtOTVlNy00ZGVjLWIxYzgtYTRlMDQ2NTIxMzdmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieTFaNHM1cFRIMmhlYXNmSTdadDhVTzJiNVwveU0xM3hpR1FpaE1TcjZyVXo1ZG1ySzZ3aUl6WndVT3EyUHFQRXIifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.181] 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" > -----Original Message----- > From: Iremonger, Bernard > Sent: Thursday, July 25, 2019 3:39 PM > To: dev@dpdk.org; Ananyev, Konstantin ; akh= il.goyal@nxp.com; Mcnamara, John > > Cc: Iremonger, Bernard > Subject: [PATCH v3] doc: release note for the IPsec library >=20 > Update release notes for changes to the IPsec library. >=20 > Signed-off-by: Bernard Iremonger > --- > changes in v3: > revised content >=20 > doc/guides/rel_notes/release_19_08.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_note= s/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 >=20 > Added multiple cores feature to compression perf tool application. >=20 > +* **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 > Removed Items > ------------- > -- Acked-by: Konstantin Ananyev > 2.7.4