From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9229A2C55 for ; Wed, 19 Jul 2017 10:08:52 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2017 01:08:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,380,1496127600"; d="scan'208";a="880380652" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by FMSMGA003.fm.intel.com with ESMTP; 19 Jul 2017 01:08:51 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX101.ger.corp.intel.com ([169.254.1.242]) with mapi id 14.03.0319.002; Wed, 19 Jul 2017 09:05:13 +0100 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [PATCH 0/3] L2fwd-crypto fixes Thread-Index: AQHS/96i/l+pOzSq6EenzQJp63o3e6Jay2ag Date: Wed, 19 Jul 2017 08:05:13 +0000 Message-ID: References: <20170718075818.75643-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170718075818.75643-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/3] L2fwd-crypto fixes 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: Wed, 19 Jul 2017 08:08:53 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Tuesday, July 18, 2017 8:58 AM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > Subject: [PATCH 0/3] L2fwd-crypto fixes >=20 > After the changes added to include AEAD algorithm specific parameters, > there were some parameters that were being set wrong or not even set. >=20 > Pablo de Lara (3): > examples/l2fwd-crypto: fix digest length > examples/l2fwd-crypto: fix AEAD IV setting > examples/l2fwd-crypto: fix AEAD key setting >=20 > examples/l2fwd-crypto/main.c | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) >=20 > -- > 2.9.4 Applied to dpdk-next-crypto. Pablo