[dpdk-dev] [PATCH 0/3] buildtools/devtools/usertools

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Dec 15 22:59:06 CET 2016


The current tools/ and scripts/ directory names are not
self describing.
These patches create devtools/ and usertools/ directories.

Thomas Monjalon (3):
  scripts: move to buildtools
  scripts: move to devtools
  tools: move to usertools

 MAINTAINERS                                      | 26 ++++++++++++------------
 {scripts => buildtools}/auto-config-h.sh         |  0
 {scripts => buildtools}/depdirs-rule.sh          |  0
 {scripts => buildtools}/gen-build-mk.sh          |  0
 {scripts => buildtools}/gen-config-h.sh          |  0
 {scripts => buildtools}/relpath.sh               |  0
 {scripts => devtools}/check-git-log.sh           |  0
 {scripts => devtools}/check-includes.sh          |  0
 {scripts => devtools}/check-maintainers.sh       |  0
 {scripts => devtools}/checkpatches.sh            |  0
 {scripts => devtools}/cocci.sh                   |  2 +-
 {scripts => devtools}/cocci/mtod-offset.cocci    |  0
 {scripts => devtools}/git-log-fixes.sh           |  0
 {scripts => devtools}/load-devel-config          |  0
 {scripts => devtools}/test-build.sh              |  0
 {scripts => devtools}/test-null.sh               |  0
 {scripts => devtools}/validate-abi.sh            |  0
 doc/guides/contributing/patches.rst              |  8 ++++----
 doc/guides/contributing/versioning.rst           | 10 ++++-----
 doc/guides/cryptodevs/qat.rst                    |  2 +-
 doc/guides/faq/faq.rst                           |  2 +-
 doc/guides/freebsd_gsg/build_dpdk.rst            |  2 +-
 doc/guides/howto/lm_bond_virtio_sriov.rst        |  8 ++++----
 doc/guides/howto/lm_virtio_vhost_user.rst        | 16 +++++++--------
 doc/guides/linux_gsg/build_dpdk.rst              | 14 ++++++-------
 doc/guides/linux_gsg/nic_perf_intel_platform.rst |  6 +++---
 doc/guides/linux_gsg/quick_start.rst             |  4 ++--
 doc/guides/nics/bnx2x.rst                        |  4 ++--
 doc/guides/nics/cxgbe.rst                        |  4 ++--
 doc/guides/nics/ena.rst                          |  2 +-
 doc/guides/nics/i40e.rst                         |  4 ++--
 doc/guides/nics/qede.rst                         |  2 +-
 doc/guides/nics/thunderx.rst                     | 26 ++++++++++++------------
 doc/guides/nics/virtio.rst                       |  2 +-
 doc/guides/sample_app_ug/vhost.rst               |  2 +-
 doc/guides/testpmd_app_ug/testpmd_funcs.rst      | 10 ++++-----
 doc/guides/xen/pkt_switch.rst                    |  2 +-
 drivers/net/mlx4/Makefile                        |  2 +-
 drivers/net/mlx5/Makefile                        |  2 +-
 lib/librte_eal/common/eal_common_options.c       |  2 +-
 mk/internal/rte.depdirs-post.mk                  |  2 +-
 mk/internal/rte.install-post.mk                  |  2 +-
 mk/rte.sdkbuild.mk                               |  2 +-
 mk/rte.sdkconfig.mk                              |  8 ++++----
 mk/rte.sdkinstall.mk                             | 14 +++++--------
 pkg/dpdk.spec                                    |  4 ++--
 {tools => usertools}/cpu_layout.py               |  0
 {tools => usertools}/dpdk-devbind.py             |  0
 {tools => usertools}/dpdk-pmdinfo.py             |  0
 {tools => usertools}/dpdk-setup.sh               | 14 ++++++-------
 50 files changed, 103 insertions(+), 107 deletions(-)
 rename {scripts => buildtools}/auto-config-h.sh (100%)
 rename {scripts => buildtools}/depdirs-rule.sh (100%)
 rename {scripts => buildtools}/gen-build-mk.sh (100%)
 rename {scripts => buildtools}/gen-config-h.sh (100%)
 rename {scripts => buildtools}/relpath.sh (100%)
 rename {scripts => devtools}/check-git-log.sh (100%)
 rename {scripts => devtools}/check-includes.sh (100%)
 rename {scripts => devtools}/check-maintainers.sh (100%)
 rename {scripts => devtools}/checkpatches.sh (100%)
 rename {scripts => devtools}/cocci.sh (98%)
 rename {scripts => devtools}/cocci/mtod-offset.cocci (100%)
 rename {scripts => devtools}/git-log-fixes.sh (100%)
 rename {scripts => devtools}/load-devel-config (100%)
 rename {scripts => devtools}/test-build.sh (100%)
 rename {scripts => devtools}/test-null.sh (100%)
 rename {scripts => devtools}/validate-abi.sh (100%)
 rename {tools => usertools}/cpu_layout.py (100%)
 rename {tools => usertools}/dpdk-devbind.py (100%)
 rename {tools => usertools}/dpdk-pmdinfo.py (100%)
 rename {tools => usertools}/dpdk-setup.sh (97%)

-- 
2.7.0



More information about the dev mailing list