From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id CB49E1B411 for ; Mon, 14 Jan 2019 01:07:27 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jan 2019 16:07:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,475,1539673200"; d="scan'208";a="134274482" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga002.fm.intel.com with ESMTP; 13 Jan 2019 16:07:26 -0800 Received: from bgsmsx153.gar.corp.intel.com (10.224.23.4) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 13 Jan 2019 16:07:26 -0800 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.128]) by BGSMSX153.gar.corp.intel.com ([169.254.2.19]) with mapi id 14.03.0415.000; Mon, 14 Jan 2019 05:37:23 +0530 From: "Varghese, Vipin" To: Thomas Monjalon CC: "dev@dpdk.org" , "Mcnamara, John" , "Ananyev, Konstantin" , "stephen@networkplumber.org" , "Pattan, Reshma" , "Singh, Jasvinder" , "Byrne, Stephen1" , "Patel, Amol" Thread-Topic: [dpdk-dev] [PATCH v9 0/6] app/proc-info: enhance debug of proc-info tool Thread-Index: AQHUqPrEOwckqXLDRk2TRDta7ow/hqWpys2AgAQddLA= Date: Mon, 14 Jan 2019 00:07:22 +0000 Message-ID: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2F1E9A@BGSMSX101.gar.corp.intel.com> References: <20190107153829.34047-2-vipin.varghese@intel.com> <20190110213645.29901-1-vipin.varghese@intel.com> <6939128.zlG780r4r5@xps> In-Reply-To: <6939128.zlG780r4r5@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTY4ZGEzYmQtOGI1Mi00NzBhLWIxNjAtNDA2MjU4YWU1YjJhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOUVYUEhBcFhRd1VwYVd4SVBwOGU1b2xTU2Jha1ZrcEVScTJVSFQyY3haSlBXQjdFK0dcL3NcLzZwZ3dLcXE5eW1hIn0= dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v9 0/6] app/proc-info: enhance debug of proc-info tool 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, 14 Jan 2019 00:07:28 -0000 thanks > -----Original Message----- > From: Thomas Monjalon > Sent: Friday, January 11, 2019 8:17 PM > To: Varghese, Vipin > Cc: dev@dpdk.org; Mcnamara, John ; Ananyev, > Konstantin ; stephen@networkplumber.org; > Pattan, Reshma ; Singh, Jasvinder > ; Byrne, Stephen1 ; > Patel, Amol > Subject: Re: [dpdk-dev] [PATCH v9 0/6] app/proc-info: enhance debug of pr= oc- > info tool >=20 > 10/01/2019 22:36, Vipin Varghese: > > This patch adds new debug functions to existing proc-info tool. > > > > Motivation > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > DPDK proc-info tool is been widely used as secondary process to > > collect stats for any primary process. But these are limited to DPDK > > NIC ports and basic memory usage. > > > > The patch series tries to address the missing debug information for > > PMD by adding debug for port, traffic manager, crypto, ring and > > mempool. With these additional information collected, it becomes easy > > to analyze issues and performance variance. >=20 > Applied, thanks >=20 >=20