From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 4FE523250; Tue, 11 Jul 2017 16:10:24 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jul 2017 07:10:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,346,1496127600"; d="scan'208";a="1171140601" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga001.fm.intel.com with ESMTP; 11 Jul 2017 07:10:21 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX152.ger.corp.intel.com ([169.254.6.83]) with mapi id 14.03.0319.002; Tue, 11 Jul 2017 15:10:20 +0100 From: "De Lara Guarch, Pablo" To: "Mcnamara, John" , "Doherty, Declan" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] doc: fix crypto scheduler command line examples Thread-Index: AQHS9x3HmgK8JAfGBEacbKqDWPdPy6JIPzQAgAZxYBA= Date: Tue, 11 Jul 2017 14:10:19 +0000 Message-ID: References: <20170707043656.8728-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.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH] doc: fix crypto scheduler command line examples X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2017 14:10:25 -0000 > -----Original Message----- > From: Mcnamara, John > Sent: Friday, July 7, 2017 1:47 PM > To: De Lara Guarch, Pablo ; Doherty, > Declan > Cc: dev@dpdk.org; stable@dpdk.org > Subject: RE: [PATCH] doc: fix crypto scheduler command line examples >=20 >=20 >=20 > > -----Original Message----- > > From: De Lara Guarch, Pablo > > Sent: Friday, July 7, 2017 5:37 AM > > To: Mcnamara, John ; Doherty, Declan > > > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > ; stable@dpdk.org > > Subject: [PATCH] doc: fix crypto scheduler command line examples > > > > Sample command lines for crypto scheduler were not correct, due to: > > - Typo in "crypto_scheduler" driver name > > - Multiple virtual devices require having unique names, > > driver name + a suffix, otherwise, just a single device is > > created. > > > > Fixes: d58a3f312545 ("crypto/scheduler: add documentation") > > CC: stable@dpdk.org > > > > Signed-off-by: Pablo de Lara >=20 >=20 > Acked-by: John McNamara Applied to dpdk-next-crypto. Pablo