From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 4E79E5589 for ; Wed, 28 Sep 2016 06:05:34 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP; 27 Sep 2016 21:05:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,408,1470726000"; d="scan'208";a="14067589" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga005.jf.intel.com with ESMTP; 27 Sep 2016 21:05:32 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by IRSMSX101.ger.corp.intel.com ([163.33.3.153]) with mapi id 14.03.0248.002; Wed, 28 Sep 2016 05:05:31 +0100 From: "De Lara Guarch, Pablo" To: "Gonzalez Monroy, Sergio" , "dev@dpdk.org" Thread-Topic: [PATCH v2 8/8] examples/ipsec-secgw: update release notes Thread-Index: AQHSFW6InKMj2rvau0KiZW/3GuSS96COT0rg Date: Wed, 28 Sep 2016 04:05:30 +0000 Message-ID: References: <1471971574-108998-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1474616734-118291-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1474616734-118291-9-git-send-email-sergio.gonzalez.monroy@intel.com> In-Reply-To: <1474616734-118291-9-git-send-email-sergio.gonzalez.monroy@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjMwZmQxOGUtMjkyMy00NWNlLWE2MzQtOWEyY2QwNzY1ODhkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IllLcW0yQnJBcUw2WkFTdWtkUU5wckFYejQwblBRMzlqcktiRHl1K1RrM0U9In0= x-ctpclassification: CTP_IC 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 v2 8/8] examples/ipsec-secgw: update release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2016 04:05:34 -0000 Hi Sergio, > -----Original Message----- > From: Gonzalez Monroy, Sergio > Sent: Friday, September 23, 2016 12:46 AM > To: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2 8/8] examples/ipsec-secgw: update release notes >=20 > Signed-off-by: Sergio Gonzalez Monroy > --- > doc/guides/rel_notes/release_16_11.rst | 9 +++++++++ > 1 file changed, 9 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/release_16_11.rst > b/doc/guides/rel_notes/release_16_11.rst > index 373053a..12f507b 100644 > --- a/doc/guides/rel_notes/release_16_11.rst > +++ b/doc/guides/rel_notes/release_16_11.rst > @@ -89,6 +89,15 @@ Examples > ipsec-secgw sample application now supports configuration file to spec= ify > SP, SA, and routing rules. >=20 > +* **ipsec-secgw: AES GCM/CTR mode support** > + > + Support AES Counter (CTR) and Galois-Counter Mode (GCM) in IPSec ESP. > + > +* **ipsec-secgw: AES CBC IV generation** > + > + Use cipher forward function on unique counter blocks (same approach as > + CTR/GCM) to generate the IV instead of a random value. > + > Other > ~~~~~ >=20 > -- > 2.5.5 This should go under "New features" section, not under "Resolved issues". I have seen that other people have made the same mistake, which tells me that we might need to change this (there are different subsections only under Resolved Issues). Thanks, Pablo