From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Varghese, Vipin" Subject: Re: [PATCH v7 0/9] app/proc-info: improve debug of proc-info tool Date: Thu, 13 Dec 2018 16:21:38 +0000 Message-ID: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2DA895@BGSMSX101.gar.corp.intel.com> References: <20181203055000.39012-2-vipin.varghese@intel.com> <20181213050842.64587-1-vipin.varghese@intel.com> <3AEA2BF9852C6F48A459DA490692831F2A3EA1F0@irsmsx110.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "thomas@monjalon.net" , "Byrne, Stephen1" , "Patel, Amol" To: "Pattan, Reshma" , "Ananyev, Konstantin" , "stephen@networkplumber.org" , "dev@dpdk.org" , "Mcnamara, John" Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id B23FB2BF5 for ; Thu, 13 Dec 2018 17:21:45 +0100 (CET) In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A3EA1F0@irsmsx110.ger.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" HI Reshma > -----Original Message----- > From: Pattan, Reshma > Sent: Thursday, December 13, 2018 8:13 PM > To: Varghese, Vipin ; Ananyev, Konstantin > ; stephen@networkplumber.org; > dev@dpdk.org; Mcnamara, John > Cc: thomas@monjalon.net; Byrne, Stephen1 ; > Patel, Amol > Subject: RE: [PATCH v7 0/9] app/proc-info: improve debug of proc-info too= l >=20 > Hi >=20 > > -----Original Message----- > > From: Varghese, Vipin > > Sent: Thursday, December 13, 2018 5:09 AM > > To: Ananyev, Konstantin ; > > stephen@networkplumber.org; Pattan, Reshma > ; > > dev@dpdk.org; Mcnamara, John > > Cc: thomas@monjalon.net; Byrne, Stephen1 ; > > Patel, Amol ; Varghese, Vipin > > > > Subject: [PATCH v7 0/9] app/proc-info: improve debug of proc-info tool > > > > 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. > > > > Motivation > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > This patch tries to address the short coming by adding debug for port, > > traffic manager, crypto, ring and mempool. With these additional > > information in tool will be able to deliver helpful data to debug issue= s and > performance variance. > > > > Status > > =3D=3D=3D=3D=3D=3D > > > > With the following patch set debug data has been collected from > > customers using DPDK instances. Analysing the information helped to > > suggest the next debug steps and solutions for fixing the issues. > > > > Next Steps > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > - add event dev debug information. > > - enhance iter_mempool for INLINE crypto entries. > > - add debug for libraries like hash and acl. > > - explore debug possibility for ring and list. > > - add links and reference to 'how to guide' for 'debug and troubleshoo= t'. > > > > Patch set Information > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > Patch includes set of 9 patches: > > * 0 : to introduce the debug function enhancement for proc-info > > * 1 : MACRO and help usage for new functions > > * 2 : string compare for new functions > > * 3 : invocation for the new prototypes > > * 4 : show port > > * 5 : show tm > > * 6 : show crypto > > * 7 : ring element debug > > * 8 : mempool element debug > > * 9 : iterate mempoool elements > > >=20 > Small nits > 9th patch in this set is doc. So above info need to be corrected. > if you are addressing my earlier comment of separating out mempool elemen= t > iteration changes in to separate new patch 9/10 .Please keep my ack in ne= xt > version Thanks for pointing this out, Like updated in email and chat I am not plann= ing to split it. Hence no version 8. >=20 > Reviewed-by: Reshma Pattan > Acked-by: Reshma Pattan >=20 >=20 >=20 >=20 >=20