app: replace dump_cfg by proc_info
authorMaryam Tahhan <maryam.tahhan@intel.com>
Wed, 15 Jul 2015 13:11:32 +0000 (14:11 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 17 Jul 2015 00:26:38 +0000 (02:26 +0200)
commit22561383ea1776cecb454a98242a3bcec82ca4e2
tree4c96401dbb0a03bd59498bacb971358b76fad50c
parentf6bf669b990004dc69231476d9fcf0b80574e568
app: replace dump_cfg by proc_info

proc_info displays statistics information including extended stats for
given DPDK ports and dumps the memory information for DPDK.

Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
MAINTAINERS
app/Makefile
app/dump_cfg/Makefile [deleted file]
app/dump_cfg/main.c [deleted file]
app/proc_info/Makefile [new file with mode: 0644]
app/proc_info/main.c [new file with mode: 0644]
doc/guides/sample_app_ug/index.rst
doc/guides/sample_app_ug/proc_info.rst [new file with mode: 0644]
mk/rte.sdktest.mk