tools: move to usertools
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 15 Dec 2016 21:25:36 +0000 (22:25 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 4 Jan 2017 20:17:32 +0000 (21:17 +0100)
commitc6dab2a873f65c5a4ea9735aa24d9539426adba4
treef3de0fae1330a00bc50a08613490b333364a1152
parent9a98f50e890b876fb6664bff36783f1afc273312
tools: move to usertools

Rename tools/ into usertools/ to differentiate from buildtools/
and devtools/ while making clear these scripts are part of
DPDK runtime.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
29 files changed:
MAINTAINERS
doc/guides/cryptodevs/qat.rst
doc/guides/faq/faq.rst
doc/guides/howto/lm_bond_virtio_sriov.rst
doc/guides/howto/lm_virtio_vhost_user.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/i40e.rst
doc/guides/nics/qede.rst
doc/guides/nics/thunderx.rst
doc/guides/nics/virtio.rst
doc/guides/sample_app_ug/vhost.rst
doc/guides/testpmd_app_ug/testpmd_funcs.rst
doc/guides/xen/pkt_switch.rst
lib/librte_eal/common/eal_common_options.c
mk/rte.sdkinstall.mk
pkg/dpdk.spec
tools/cpu_layout.py [deleted file]
tools/dpdk-devbind.py [deleted file]
tools/dpdk-pmdinfo.py [deleted file]
tools/dpdk-setup.sh [deleted file]
usertools/cpu_layout.py [new file with mode: 0755]
usertools/dpdk-devbind.py [new file with mode: 0755]
usertools/dpdk-pmdinfo.py [new file with mode: 0755]
usertools/dpdk-setup.sh [new file with mode: 0755]