From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id EAE565B2E; Fri, 4 Jan 2019 10:57:18 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jan 2019 01:57:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,437,1539673200"; d="scan'208";a="105457241" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga006.jf.intel.com with ESMTP; 04 Jan 2019 01:57:17 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.205]) by IRSMSX107.ger.corp.intel.com ([169.254.10.127]) with mapi id 14.03.0415.000; Fri, 4 Jan 2019 09:57:16 +0000 From: "Iremonger, Bernard" To: Rami Rosen , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v2] doc: fix a parameter name in testpmd guide Thread-Index: AQHUpA14mqbsur4wtU6CvWCikI19eaWe31Yg Date: Fri, 4 Jan 2019 09:57:15 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260D4A2DE@IRSMSX108.ger.corp.intel.com> References: <20190104091047.7777-1-ramirose@gmail.com> In-Reply-To: <20190104091047.7777-1-ramirose@gmail.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjJjMTk3N2QtZmFjZS00ZjdmLWFiZDctMGIyNmQ4MjA0MzlhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSmUrSUVJcTg5T2xBVFwvN0Y2ZG5cL0I1cTN3NWFcLzRqaHNQcE1RRERiSkxxd1pPYzBxekY1YTkxdVY5d2xHVWNVNCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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-dev] [PATCH v2] doc: fix a parameter name in testpmd guide 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, 04 Jan 2019 09:57:19 -0000 > -----Original Message----- > From: Rami Rosen [mailto:ramirose@gmail.com] > Sent: Friday, January 4, 2019 9:11 AM > To: dev@dpdk.org > Cc: stable@dpdk.org; Iremonger, Bernard ; > Rami Rosen > Subject: [PATCH v2] doc: fix a parameter name in testpmd guide >=20 > There is no parameter called "eth-peer-configfile" in testpmd. It should = be "eth- > peers-configfile". See the usage() method in app/test-pmd/parameters.c. >=20 > v2: Fix line too long in the patch commit log. >=20 > Fixes: a67857e97ba8 ("doc: clarify usage of testpmd MAC forward mode") > Cc: stable@dpdk.org >=20 > Signed-off-by: Rami Rosen Acked-by: Bernard Iremonger