From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D2C7D1B150; Thu, 3 Jan 2019 15:01:00 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jan 2019 06:00:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,435,1539673200"; d="scan'208";a="288557225" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga005.jf.intel.com with ESMTP; 03 Jan 2019 06:00:58 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.205]) by irsmsx105.ger.corp.intel.com ([169.254.7.116]) with mapi id 14.03.0415.000; Thu, 3 Jan 2019 14:00:57 +0000 From: "Iremonger, Bernard" To: Rami Rosen , "dev@dpdk.org" CC: "stable@dpdk.org" , "wisamm@mellanox.com" Thread-Topic: [dpdk-dev] [PATCH] doc: fix a typo in testpmd user guide Thread-Index: AQHUnh63Fs0EgcSkO0WwDMGmwDwaUaWdnLYw Date: Thu, 3 Jan 2019 14:00:57 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260D49F5A@IRSMSX108.ger.corp.intel.com> References: <20181227195905.4330-1-ramirose@gmail.com> In-Reply-To: <20181227195905.4330-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2EwNjAxNTktYmI1Yy00MjVmLWE1OTAtMWUwYmRlMjM1NmM1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTmxTYTJzUU1MNEN4SG1ZSVVUU3RjdThiV09YUWJ4UnRkQSt0cHllODNLZGYxUEg4enBqaDVUdjlzQ3psSG93TSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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: fix a typo in testpmd user 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: Thu, 03 Jan 2019 14:01:01 -0000 Hi Rami, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Thursday, December 27, 2018 7:59 PM > To: dev@dpdk.org > Cc: stable@dpdk.org; wisamm@mellanox.com; Rami Rosen > > Subject: [dpdk-dev] [PATCH] doc: fix a typo in testpmd user guide >=20 > This patch fixes a typo in testpmd user guide. >=20 > Fixes: aac6f11f5864 ("app/testpmd: add ethernet peer command") > Cc: stable@dpdk.org >=20 > Signed-off-by: Rami Rosen > --- > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > index cbf23e928..ab40b9f5f 100644 > --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > @@ -1149,7 +1149,7 @@ set eth-peer >=20 > Set the forwarding peer address for certain port:: >=20 > - testpmd> set eth-peer (port_id) (perr_addr) > + testpmd> set eth-peer (port_id) (peer_addr) >=20 > This is equivalent to the ``--eth-peer`` command-line option. >=20 > -- > 2.19.2 ./dpdk/devtools/checkpatches.sh /home/bairemon/patches_19_02_rc1_patchwork_= testpmd/doc-fix-a-typo-in-testpmd-user-guide.patch ### doc: fix a typo in testpmd user guide WARNING:BAD_SIGN_OFF: Duplicate signature #25:=20 Signed-off-by: Rami Rosen total: 0 errors, 1 warnings, 8 lines checked Otherwise Acked-by: Bernard Iremonger =20