[dpdk-dev] [PATCH 4/4] app: replace dump_cfg with proc_info

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Jun 5 23:08:37 CEST 2015


2015-06-05 18:35, Maryam Tahhan:
> Extend dump_cfg to also display statistcs information for given DPDK
> ports and rename the application to proc_info as it's now a utility
> doing a little more than just dumping the memory information for DPDK.
> 
> Signed-off-by: Maryam Tahhan <maryam.tahhan at intel.com>
> ---
>  app/Makefile           |   2 +-
>  app/dump_cfg/Makefile  |  45 -----
>  app/dump_cfg/main.c    |  92 ---------
>  app/proc_info/Makefile |  45 +++++
>  app/proc_info/main.c   | 525 +++++++++++++++++++++++++++++++++++++++++++++++++
>  mk/rte.sdktest.mk      |   4 +-

It looks promising, thanks.
Would you consider adding yourself as a maintainer of this app?



More information about the dev mailing list