From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: pvp: fix typo in host's testpmd command line Date: Fri, 21 Apr 2017 02:46:05 +0200 Message-ID: <4178158.coS50ckONb@xps> References: <20170407150614.9963-1-maxime.coquelin@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" , "jfreiman@redhat.com" To: Maxime Coquelin Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 3CE572BAE for ; Fri, 21 Apr 2017 02:46:07 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/04/2017 09:54, Mcnamara, John: > > -----Original Message----- > > From: Maxime Coquelin [mailto:maxime.coquelin@redhat.com] > > Sent: Friday, April 7, 2017 4:06 PM > > To: dev@dpdk.org; Mcnamara, John > > Cc: jfreiman@redhat.com; Maxime Coquelin > > Subject: [PATCH] doc: pvp: fix typo in host's testpmd command line > > > > This patch adds missing backslash in host's testpmd command line. > > > > Without it the command works, but a single core is used instead of four, > > which might create confusion. > > > > Fixes: 58a2551a160f ("doc: introduce PVP reference benchmark") > > > > Cc: John McNamara > > Signed-off-by: Maxime Coquelin > > Acked-by: John McNamara Applied, thanks