Re: [dpdk-dev] [PATCH v9 0/6] app/proc-info: enhance debug of proc-info tool

2019-01-13 Thread Varghese, Vipin
> Patel, Amol > Subject: Re: [dpdk-dev] [PATCH v9 0/6] app/proc-info: enhance debug of proc- > info tool > > 10/01/2019 22:36, Vipin Varghese: > > This patch adds new debug functions to existing proc-info tool. > > > > Motivation > > == > >

Re: [dpdk-dev] [PATCH v9 0/6] app/proc-info: enhance debug of proc-info tool

2019-01-11 Thread Thomas Monjalon
10/01/2019 22:36, 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 u

[dpdk-dev] [PATCH v9 0/6] app/proc-info: enhance debug of proc-info tool

2019-01-10 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. The patch series tries to address the missi