From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 511238E8F for ; Wed, 7 Sep 2016 20:11:52 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 07 Sep 2016 11:11:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,296,1470726000"; d="scan'208";a="1036677470" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga001.fm.intel.com with ESMTP; 07 Sep 2016 11:11:51 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.71]) by irsmsx110.ger.corp.intel.com ([169.254.15.113]) with mapi id 14.03.0248.002; Wed, 7 Sep 2016 19:11:49 +0100 From: "De Lara Guarch, Pablo" To: "Gonzalez Monroy, Sergio" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 3/3] examples/ipsec-secgw: add AES-GCM support Thread-Index: AQHR/V/c5awuvzA+skOo6IeiT1cTA6Bua5+Q Date: Wed, 7 Sep 2016 18:11:49 +0000 Message-ID: References: <1471971574-108998-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1471971574-108998-4-git-send-email-sergio.gonzalez.monroy@intel.com> In-Reply-To: <1471971574-108998-4-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTIxZGQyMDEtMjRiZi00OTZhLWIyNWItNzc5NjUyODZkNGJhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImVYcWtnZDBJOUtqaVNKV25nZlllRTZcLzB5NlR3eEZkMzlmQ0NHajlGV3FnPSJ9 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 3/3] examples/ipsec-secgw: add AES-GCM support 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, 07 Sep 2016 18:11:52 -0000 Hi Sergio, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Sergio Gonzalez > Monroy > Sent: Tuesday, August 23, 2016 10:00 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 3/3] examples/ipsec-secgw: add AES-GCM > support >=20 > Add support for AES-GCM (Galois-Counter Mode). >=20 > RFC4106: The Use of Galois-Counter Mode (GCM) in IPSec ESP. >=20 > Signed-off-by: Sergio Gonzalez Monroy This probably deserves an update in release notes doc. Thanks, Pablo