From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 0/3] buildtools/devtools/usertools Date: Thu, 15 Dec 2016 22:59:06 +0100 Message-ID: <1481839149-26684-1-git-send-email-thomas.monjalon@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wj0-f171.google.com (mail-wj0-f171.google.com [209.85.210.171]) by dpdk.org (Postfix) with ESMTP id 3D0302C0A for ; Thu, 15 Dec 2016 22:59:28 +0100 (CET) Received: by mail-wj0-f171.google.com with SMTP id v7so78181657wjy.2 for ; Thu, 15 Dec 2016 13:59:28 -0800 (PST) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id w8sm440819wmw.4.2016.12.15.13.59.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 15 Dec 2016 13:59:26 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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