From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6228190FC for ; Thu, 27 Jul 2017 17:44:22 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jul 2017 08:44:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,421,1496127600"; d="scan'208";a="883441793" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by FMSMGA003.fm.intel.com with ESMTP; 27 Jul 2017 08:44:18 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 27 Jul 2017 16:44:17 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by irsmsx112.ger.corp.intel.com ([169.254.1.42]) with mapi id 14.03.0319.002; Thu, 27 Jul 2017 16:44:17 +0100 From: "De Lara Guarch, Pablo" To: "Mcnamara, John" , "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: fix l2fwd-crypto sample code Thread-Index: AQHTBeF/NTJYo9bYfkugpR9jQzYWHaJn0pGQ Date: Thu, 27 Jul 2017 15:44:16 +0000 Message-ID: References: <20170725233329.71731-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170725233329.71731-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.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix l2fwd-crypto sample code 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: Thu, 27 Jul 2017 15:44:22 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, July 26, 2017 12:33 AM > To: Mcnamara, John ; Doherty, Declan > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > Subject: [PATCH] doc: fix l2fwd-crypto sample code >=20 > L2fwd-crypto app was modified with various changes in its code. The > application user guide contains some code snippets that needed to be > updated. >=20 > Fixes: 2661f4fbe93d ("examples/l2fwd-crypto: add AEAD parameters") >=20 > Signed-off-by: Pablo de Lara Applied to dpdk-next-crypto. Pablo