Re: [dpdk-dev] [PATCH v7 0/9] app/proc-info: improve debug of proc-info tool

2018-12-27 Thread Varghese, Vipin
ject: Re: [dpdk-dev] [PATCH v7 0/9] app/proc-info: improve debug of proc- > info tool > > 27/12/2018 03:46, Varghese, Vipin: > > snipped > > > > > > > Small nits > > > > > > > 9th patch in this set is doc. So above info need to be

Re: [dpdk-dev] [PATCH v7 0/9] app/proc-info: improve debug of proc-info tool

2018-12-27 Thread Thomas Monjalon
27/12/2018 03:46, Varghese, Vipin: > snipped > > > > > > 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 element iteration changes in to separate new patch 9/10 > > >

Re: [dpdk-dev] [PATCH v7 0/9] app/proc-info: improve debug of proc-info tool

2018-12-26 Thread Varghese, Vipin
snipped > > > > > 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 element iteration changes in to separate new patch 9/10 > > > > > .Please keep my ack in next version > > >

Re: [dpdk-dev] [PATCH v7 0/9] app/proc-info: improve debug of proc-info tool

2018-12-26 Thread Thomas Monjalon
26/12/2018 06:21, Varghese, Vipin: > HI Thomas, > > Snipped > > > > > 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 > > > > element iteration changes in to separate new patch 9/10 .Pl

Re: [dpdk-dev] [PATCH v7 0/9] app/proc-info: improve debug of proc-info tool

2018-12-25 Thread Varghese, Vipin
HI Thomas, Snipped > > > 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 > > > element iteration changes in to separate new patch 9/10 .Please keep > > > my ack in next version > > > > Than

Re: [dpdk-dev] [PATCH v7 0/9] app/proc-info: improve debug of proc-info tool

2018-12-22 Thread Thomas Monjalon
13/12/2018 17:21, Varghese, Vipin: > HI Reshma > > From: Pattan, Reshma > > From: Varghese, Vipin > > > > > > This patch adds new debug functions to existing proc-info tool. > > > > > > Motivation > > > == > > > > > > DPDK proc-info tool is been widely used as secondary process to > > > co

Re: [dpdk-dev] [PATCH v7 0/9] app/proc-info: improve debug of proc-info tool

2018-12-13 Thread Varghese, Vipin
HI Reshma > -Original Message- > From: Pattan, Reshma > Sent: Thursday, December 13, 2018 8:13 PM > To: Varghese, Vipin ; Ananyev, Konstantin > ; step...@networkplumber.org; > dev@dpdk.org; Mcnamara, John > Cc: tho...@monjalon.net; Byrne, Stephen1 ; > Patel, Amol > Subject: RE: [PATCH v7

Re: [dpdk-dev] [PATCH v7 0/9] app/proc-info: improve debug of proc-info tool

2018-12-13 Thread Pattan, Reshma
Hi > -Original Message- > From: Varghese, Vipin > Sent: Thursday, December 13, 2018 5:09 AM > To: Ananyev, Konstantin ; > step...@networkplumber.org; Pattan, Reshma ; > dev@dpdk.org; Mcnamara, John > Cc: tho...@monjalon.net; Byrne, Stephen1 ; > Patel, Amol ; Varghese, Vipin > > Subject:

[dpdk-dev] [PATCH v7 0/9] app/proc-info: improve debug of proc-info tool

2018-12-12 Thread Vipin Varghese
This patch adds new debug functions to existing proc-info tool. Motivation == 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 == This patch tries to