From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 08289201 for ; Mon, 10 Apr 2017 09:54:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491810866; x=1523346866; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=Awec0PfK8HpqaDMzPm2y+1i1usfX8WStel3Kj9AqWcQ=; b=RsgGkMHuWXW2+vcJ4KRAsV3r8yBc5dtWvaxrsuvTHIURiE+foD3DW8fn KfjHi2RjKn2oa83Ib2vomukh8EwHLw==; Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Apr 2017 00:54:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,181,1488873600"; d="scan'208";a="246651622" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga004.fm.intel.com with ESMTP; 10 Apr 2017 00:54:23 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by IRSMSX102.ger.corp.intel.com ([169.254.2.153]) with mapi id 14.03.0319.002; Mon, 10 Apr 2017 08:54:18 +0100 From: "Mcnamara, John" To: Maxime Coquelin , "dev@dpdk.org" CC: "jfreiman@redhat.com" Thread-Topic: [PATCH] doc: pvp: fix typo in host's testpmd command line Thread-Index: AQHSr7CPOHR6S4BD2kOo3wEIo2s67KG+P9qg Date: Mon, 10 Apr 2017 07:54:18 +0000 Message-ID: References: <20170407150614.9963-1-maxime.coquelin@redhat.com> In-Reply-To: <20170407150614.9963-1-maxime.coquelin@redhat.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmY5YzIzYjUtMzgyOS00Mzc3LWFlY2YtYTY0NGQ5MDkxMmNkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS45LjYuNiIsIlRydXN0ZWRMYWJlbEhhc2giOiIxdlJVWlZuM29pSG5tb2RicTdXWUFCVUJmZ2tzdzhTM3FncnVyWkphdExZPSJ9 dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Mon, 10 Apr 2017 07:54:26 -0000 > -----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 >=20 > This patch adds missing backslash in host's testpmd command line. >=20 > Without it the command works, but a single core is used instead of four, > which might create confusion. >=20 > Fixes: 58a2551a160f ("doc: introduce PVP reference benchmark") >=20 > Cc: John McNamara > Signed-off-by: Maxime Coquelin Acked-by: John McNamara