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 DEE94A046B for ; Fri, 26 Jul 2019 10:36:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5EAA31C3DE; Fri, 26 Jul 2019 10:36:50 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1CC9F1C3D3 for ; Fri, 26 Jul 2019 10:36:48 +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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2019 01:36:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,310,1559545200"; d="scan'208";a="161236275" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga007.jf.intel.com with ESMTP; 26 Jul 2019 01:36:47 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX108.ger.corp.intel.com (163.33.3.3) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 26 Jul 2019 09:36:46 +0100 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.164]) by irsmsx112.ger.corp.intel.com ([169.254.1.38]) with mapi id 14.03.0439.000; Fri, 26 Jul 2019 09:36:46 +0100 From: "Ananyev, Konstantin" To: "Iremonger, Bernard" , "dev@dpdk.org" , "akhil.goyal@nxp.com" , "Mcnamara, John" Thread-Topic: [PATCH] doc: release note for the IPsec Security Gateway application Thread-Index: AQHVQv921wpeNI+0YESLbvvi8v/i2qbclFUg Date: Fri, 26 Jul 2019 08:36:45 +0000 Message-ID: <2601191342CEEE43887BDE71AB9772580168A5B9DF@irsmsx105.ger.corp.intel.com> References: <1564069265-14654-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1564069265-14654-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2UyNTBkZDctMDI4MS00MjQ3LTlmNDMtMDA0YmRhYzgyYzQxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVWZRM0hhdFVTVno4NnlyS1hFdWNsRW5cL1wvaVVEV3h0SGNIUWs4UG80RFVvVlwvTnlzZDcwS0dmOXZINmZ2WmhCNSJ9 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] doc: release note for the IPsec Security Gateway application 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 4:41 PM > To: dev@dpdk.org; Ananyev, Konstantin ; akh= il.goyal@nxp.com; Mcnamara, John > > Cc: Iremonger, Bernard > Subject: [PATCH] doc: release note for the IPsec Security Gateway applica= tion >=20 > Update release notes for changes to the IPsec Security Gateway applicatio= n >=20 > Signed-off-by: Bernard Iremonger > --- > doc/guides/rel_notes/release_19_08.rst | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_note= s/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 >=20 > * Added support for packets that consist of multiple segments. >=20 > +* **Updated the IPsec Security Gateway application.** > + > + Added support to the ``ipsec-secgw`` application to handle fragmentati= on of > + IPsec traffic which exceeds the MTU of the output interface. > + >=20 > Removed Items > ------------- > -- Acked-by: Konstantin Ananyev > 2.7.4