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 5AAF61B1F0 for ; Fri, 20 Oct 2017 11:53:41 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Oct 2017 02:53:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,405,1503385200"; d="scan'208";a="1233103297" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga002.fm.intel.com with ESMTP; 20 Oct 2017 02:53:37 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX103.ger.corp.intel.com ([169.254.3.49]) with mapi id 14.03.0319.002; Fri, 20 Oct 2017 10:52:56 +0100 From: "De Lara Guarch, Pablo" To: "aviadye@dev.mellanox.co.il" , "dev@dpdk.org" , "Gonzalez Monroy, Sergio" , "aviadye@mellanox.com" CC: "borisp@mellanox.com" , "akhil.goyal@nxp.com" , "hemant.agrawal@nxp.com" , "Nicolau, Radu" , "Doherty, Declan" , "liranl@mellanox.com" , "nelio.laranjeiro@6wind.com" , "thomas@monjalon.net" Thread-Topic: [dpdk-dev][PATCH v2 3/6] examples/ipsec-secgw: fix aad_len for for aes-gcm Thread-Index: AQHTSQuO4fkC//E28keOuKOSVh7G5qLsf8iA Date: Fri, 20 Oct 2017 09:52:56 +0000 Message-ID: References: <1507987683-12315-1-git-send-email-aviadye@dev.mellanox.co.il> <1508439184-17893-1-git-send-email-aviadye@dev.mellanox.co.il> <1508439184-17893-3-git-send-email-aviadye@dev.mellanox.co.il> In-Reply-To: <1508439184-17893-3-git-send-email-aviadye@dev.mellanox.co.il> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2UwNmRmYjUtMzY4ZC00M2YyLWEwMzEtYmQ3YjEzYTg0MTIzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImRSSTFsZnVmUEc5cWZoSDVWTGRxQlo1Z2N6YUc5cTdMZmMwQk5vbFczTWs9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 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 v2 3/6] examples/ipsec-secgw: fix aad_len for for aes-gcm 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: , X-List-Received-Date: Fri, 20 Oct 2017 09:53:41 -0000 > -----Original Message----- > From: aviadye@dev.mellanox.co.il [mailto:aviadye@dev.mellanox.co.il] > Sent: Thursday, October 19, 2017 7:53 PM > To: dev@dpdk.org; Gonzalez Monroy, Sergio > ; De Lara Guarch, Pablo > ; aviadye@mellanox.com > Cc: borisp@mellanox.com; akhil.goyal@nxp.com; > hemant.agrawal@nxp.com; Nicolau, Radu ; > Doherty, Declan ; aviadye@dev.mellanox.co.il; > liranl@mellanox.com; nelio.laranjeiro@6wind.com; thomas@monjalon.net > Subject: [dpdk-dev][PATCH v2 3/6] examples/ipsec-secgw: fix aad_len for > for aes-gcm >=20 > From: Aviad Yehezkel >=20 > This cause auth failure issue >=20 > Fixes: 501e9c226adf ("examples/ipsec-secgw: add AEAD parameters") > Cc: pablo.de.lara.guarch@intel.com >=20 > Issue: None > Signed-off-by: Aviad Yehezkel Same comments as in patch 1, and also fix the commit title ("for" duplicated) and avoid "_". For the rest of the patch: Acked-by: Pablo de Lara