From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergio Gonzalez Monroy Subject: Re: [PATCH v2 8/8] examples/ipsec-secgw: update release notes Date: Thu, 29 Sep 2016 15:32:13 +0100 Message-ID: <9ad22f18-43e6-f509-a71d-26bbdf3e66f4@intel.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 223C75687 for ; Thu, 29 Sep 2016 16:32:15 +0200 (CEST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 28/09/2016 05:05, De Lara Guarch, Pablo wrote: > 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 >> >> Signed-off-by: Sergio Gonzalez Monroy >> --- >> doc/guides/rel_notes/release_16_11.rst | 9 +++++++++ >> 1 file changed, 9 insertions(+) >> >> 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 specify >> SP, SA, and routing rules. >> >> +* **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 >> ~~~~~ >> >> -- >> 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). Will fix on v3. Sergio > Thanks, > Pablo