From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id F0506235; Fri, 7 Jul 2017 14:46:58 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jul 2017 05:46:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,322,1496127600"; d="scan'208";a="105842368" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga004.jf.intel.com with ESMTP; 07 Jul 2017 05:46:52 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX151.ger.corp.intel.com (163.33.192.59) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 7 Jul 2017 13:46:51 +0100 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.26]) by irsmsx111.ger.corp.intel.com ([169.254.2.25]) with mapi id 14.03.0319.002; Fri, 7 Jul 2017 13:46:51 +0100 From: "Mcnamara, John" To: "De Lara Guarch, Pablo" , "Doherty, Declan" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] doc: fix crypto scheduler command line examples Thread-Index: AQHS9x3HEAMJr+QMxk+fqrXBx4uSVqJIT+Ww Date: Fri, 7 Jul 2017 12:46:50 +0000 Message-ID: References: <20170707043656.8728-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170707043656.8728-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTU0ODY4ZjctMTBjYS00YjhhLWJjMzktNGQ4ODBjNjQyMDYzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImFDbllzUmJHZHgxRkpzcEJmTWFBcVV5SzBwY3VZaDZoNWhyVlNvakVzKzQ9In0= 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-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: Fri, 07 Jul 2017 12:46:59 -0000 > -----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 >=20 > 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. >=20 > Fixes: d58a3f312545 ("crypto/scheduler: add documentation") > CC: stable@dpdk.org >=20 > Signed-off-by: Pablo de Lara Acked-by: John McNamara