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 1679D9953 for ; Fri, 28 Jul 2017 17:53:21 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jul 2017 08:53:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,425,1496127600"; d="scan'208";a="130651979" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga005.jf.intel.com with ESMTP; 28 Jul 2017 08:53:20 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.9]) by IRSMSX152.ger.corp.intel.com ([169.254.6.83]) with mapi id 14.03.0319.002; Fri, 28 Jul 2017 16:53:19 +0100 From: "Mcnamara, John" To: "De Lara Guarch, Pablo" , "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: complete sample command line for crypto PMDs Thread-Index: AQHTBe2TaY0/baHnCkyZzx7AUdgKUaJpZ1oA Date: Fri, 28 Jul 2017 15:53:18 +0000 Message-ID: References: <20170726005959.5967-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170726005959.5967-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjE2MjM4ZjMtNDU3Ny00ODZmLWI5ZmUtMGNmNjg5ZTVlOTc5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImdvSmJNV0l4VTZKNFN3V3JqNDR1UGc0MG1uaEtxV2o2bTRkRVBLM1dmV0k9In0= 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] 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 15:53:22 -0000 > -----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 >=20 > Documentation of some virtual crypto PMDs have a sample command line to > show how to initialize the device on a specific application, L2fwd-crypto= . >=20 > 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. >=20 > Signed-off-by: Pablo de Lara Acked-by: John McNamara