unify tools naming
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 20 Jul 2016 13:38:54 +0000 (15:38 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 22 Jul 2016 20:31:02 +0000 (22:31 +0200)
commita5d7a3f77ddc3c3ae18bce04d7555b458360cc65
tree5f41ba8be05192a7ef2d65c353fe637050b32f96
parent4b677a3b60894ed0cbe7fd49e7996a9a88d0a39e
unify tools naming

The following tools may be installed system-wide.
It may be cleaner and more convenient to find them with the same
dpdk- prefix (especially for autocompletion).
Moreover, the script dpdk_nic_bind.py deserves a new name because it is
not restricted to NICs and can be used for e.g. crypto.

These files are renamed:
pmdinfogen       -> dpdk-pmdinfogen
pmdinfo.py       -> dpdk-pmdinfo.py
dpdk_pdump       -> dpdk-pdump
dpdk_proc_info   -> dpdk-procinfo
dpdk_nic_bind.py -> dpdk-devbind.py
setup.sh         -> dpdk-setup.sh

The tools pmdinfogen, pmdinfo.py and dpdk_pdump are new in 16.07.

The scripts dpdk_nic_bind.py and setup.sh may have been used with
previous releases by end users. That's why a symbolic link still
provide the old name in the installed tools directory.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
34 files changed:
MAINTAINERS
app/pdump/Makefile
app/proc_info/Makefile
buildtools/pmdinfogen/Makefile
doc/guides/faq/faq.rst
doc/guides/linux_gsg/build_dpdk.rst
doc/guides/linux_gsg/nic_perf_intel_platform.rst
doc/guides/linux_gsg/quick_start.rst
doc/guides/nics/bnx2x.rst
doc/guides/nics/cxgbe.rst
doc/guides/nics/ena.rst
doc/guides/nics/enic.rst
doc/guides/nics/i40e.rst
doc/guides/nics/intel_vf.rst
doc/guides/nics/nfp.rst
doc/guides/nics/qede.rst
doc/guides/nics/thunderx.rst
doc/guides/nics/virtio.rst
doc/guides/prog_guide/dev_kit_build_system.rst
doc/guides/rel_notes/release_16_07.rst
doc/guides/sample_app_ug/pdump.rst
doc/guides/sample_app_ug/proc_info.rst
doc/guides/testpmd_app_ug/testpmd_funcs.rst
doc/guides/xen/pkt_switch.rst
lib/librte_eal/common/eal_common_options.c
mk/internal/rte.compile-pre.mk
mk/rte.sdkinstall.mk
mk/rte.sdktest.mk
tools/dpdk-devbind.py [new file with mode: 0755]
tools/dpdk-pmdinfo.py [new file with mode: 0755]
tools/dpdk-setup.sh [new file with mode: 0755]
tools/dpdk_nic_bind.py [deleted file]
tools/pmdinfo.py [deleted file]
tools/setup.sh [deleted file]