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 E30F7910B for ; Fri, 28 Jul 2017 18:55:35 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jul 2017 09:55:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,425,1496127600"; d="scan'208";a="1200304569" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga002.fm.intel.com with ESMTP; 28 Jul 2017 09:55:29 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX109.ger.corp.intel.com ([169.254.13.187]) with mapi id 14.03.0319.002; Fri, 28 Jul 2017 17:55:23 +0100 From: "De Lara Guarch, Pablo" To: "Mcnamara, John" , "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: complete sample command line for crypto PMDs Thread-Index: AQHTBe2TkqRMWg8jE0eAfYTJiZQVRaJpVqMAgAAiEZA= Date: Fri, 28 Jul 2017 16:55:23 +0000 Message-ID: References: <20170726005959.5967-1-pablo.de.lara.guarch@intel.com> In-Reply-To: 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.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: complete sample command line for crypto PMDs 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, 28 Jul 2017 16:55:36 -0000 > -----Original Message----- > From: Mcnamara, John > Sent: Friday, July 28, 2017 4:53 PM > To: De Lara Guarch, Pablo ; Doherty, > Declan > Cc: dev@dpdk.org > Subject: RE: [PATCH] doc: complete sample command line for crypto PMDs >=20 >=20 >=20 > > -----Original Message----- > > From: De Lara Guarch, Pablo > > Sent: Wednesday, July 26, 2017 2:00 AM > > To: Mcnamara, John ; Doherty, Declan > > > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > > > Subject: [PATCH] doc: complete sample command line for crypto PMDs > > > > Documentation of some virtual crypto PMDs have a sample command > line > > to show how to initialize the device on a specific application, L2fwd- > crypto. > > > > This was meant to be used as a reference, but these lines themselves > > do not work, as the sample application used required more parameters, > > which are added in this commit to have a fully functional example. > > > > Signed-off-by: Pablo de Lara >=20 >=20 > Acked-by: John McNamara >=20 Applied to dpdk-next-crypto. Pablo