From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B658020A78; Thu, 20 Apr 2017 20:46:06 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 20 Apr 2017 20:46:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=AGCdTJleEIjikV7 57ydEkmPCm39olvC6wnxYF5I/q6o=; b=TD+yTCxrta6V5H91eV0EPwakA0SGBxL fSUNmbRRNmHjT9LReRJYu56wQYElkmuBmORDXp7LVuC0TU1xlrcBIvxuna2BSk2c 5nFaOlXh8I38oKjSsjRumsDhaueSkffUf4d3hyp0vvyfWu3Q7sbzyyNt+ISKrbuB g1ObFXLnanZI= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=AGCdTJleEIjikV757ydEkmPCm39olvC6wnxYF5I/q6o=; b=hjaEgI30 pIcV3Y8Q0RnciNMAyafreWOKFKE0avnPEHdQpvPTecvDklQFz5OmM3vpPn2Vo5B0 wGKI782eNSS1JMBYhZOTSkhqx6icroYLdzAh+FLCkPkgcEvkq1FhyW8GytMlzEBu MceuTfMJfZITOXhybpJ8OIgpQgs6fVVmhkVNDgW++88MQ30TJoNfc/EkK4nT4g5r 0EV4zrhjm8m8C4XdDopuhkGpWsRYptzauLzb/91t7zXhNqEuuIMDlog3KnOmALMp XhmOVimGcYKfwMjRZan39i1jzhJ4tw7z798e32m7lXYZtjP6RRWqBauTqKV+Hmbn Zn8yx9WYiwzNmw== X-ME-Sender: X-Sasl-enc: RNX1pGwf5ekX6uHrd+AcMtFfaqqbbGEZJH2br4RuQT0w 1492735566 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6F9227E2C3; Thu, 20 Apr 2017 20:46:06 -0400 (EDT) From: Thomas Monjalon To: Maxime Coquelin Cc: dev@dpdk.org, "Mcnamara, John" , "jfreiman@redhat.com" Date: Fri, 21 Apr 2017 02:46:05 +0200 Message-ID: <4178158.coS50ckONb@xps> In-Reply-To: References: <20170407150614.9963-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: pvp: fix typo in host's testpmd command line 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, 21 Apr 2017 00:46:07 -0000 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