From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 5F072A05D3 for ; Mon, 25 Mar 2019 11:20:45 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 926222BD3; Mon, 25 Mar 2019 11:20:44 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 132FC2B9A for ; Mon, 25 Mar 2019 11:20:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Mar 2019 03:20:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,256,1549958400"; d="scan'208";a="128432816" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga008.jf.intel.com with ESMTP; 25 Mar 2019 03:20:40 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Mar 2019 10:20:40 +0000 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.56]) by IRSMSX156.ger.corp.intel.com ([169.254.3.101]) with mapi id 14.03.0415.000; Mon, 25 Mar 2019 10:20:40 +0000 From: "Kovacevic, Marko" To: Rami Rosen , "dev@dpdk.org" CC: "Pattan, Reshma" , "Varghese, Vipin" Thread-Topic: [PATCH] doc: fix a typo in procinfo guide Thread-Index: AQHU4Js1Nd6kwh45mESduC+cdqder6YcJyng Date: Mon, 25 Mar 2019 10:20:39 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F66020AC2C1@IRSMSX104.ger.corp.intel.com> References: <20190322103651.11030-1-ramirose@gmail.com> In-Reply-To: <20190322103651.11030-1-ramirose@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzA2MDY5MzAtNDlkMS00M2EwLWI3YjEtNzQ3ZmQ5Y2JhMjEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTTM2aWRKZ1JSeUFKd2xQTjNsTThjZFpyUUJoampDSXVlXC9SRUFDVmdXZDJxdHk4TktNaXpUWlFqY0tTdU05Uk4ifQ== x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix a typo in procinfo 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190325102039.yQoAri5cvFVo9xw09rqg9Qze5sS9ILLJFOefb9Piffk@z> > Subject: [PATCH] doc: fix a typo in procinfo guide >=20 > This patch fixes a trivial info in proc info section. > informationi=3D>information. >=20 > Fixes: 8a37f37fc243 ("app/procinfo: add --show-port") >=20 > Signed-off-by: Rami Rosen > --- > doc/guides/tools/proc_info.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/doc/guides/tools/proc_info.rst b/doc/guides/tools/proc_info.= rst > index 6bdf5a861..ea6210109 100644 > --- a/doc/guides/tools/proc_info.rst > +++ b/doc/guides/tools/proc_info.rst > @@ -44,7 +44,7 @@ If no port mask is specified xstats are reset for all D= PDK > ports. > **-m**: Print DPDK memory information. >=20 > **--show-port** > -The show-port parameter displays port level various configuration > informationi > +The show-port parameter displays port level various configuration > +information > associated to RX port queue pair. >=20 > **--show-tm** Acked-by: Marko Kovacevic