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

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jun 8 16:22:17 CEST 2015


2015-06-08 13:45, Tahhan, Maryam:
> > > 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?

In case there is no other comment, a separate patch is OK.
Thanks



More information about the dev mailing list