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

Tahhan, Maryam maryam.tahhan at intel.com
Mon Jun 8 15:45:16 CEST 2015


> > 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?

Yep, I can do that. Should I add myself to the maintainers file in a separate patch, or as a reworked version of this patch?

BR
Maryam


More information about the dev mailing list