DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>
Subject: [dpdk-dev] [PATCH 2/3] app/proc_info: rename folder to remove underscore
Date: Fri, 16 Feb 2018 16:53:35 +0000	[thread overview]
Message-ID: <20180216165336.153079-3-bruce.richardson@intel.com> (raw)
In-Reply-To: <20180216165336.153079-1-bruce.richardson@intel.com>

All other apps in the app folder use "-" rather than "_" to separate words
in the app name, so rename proc_info to be consistent.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 app/Makefile                          | 2 +-
 app/{proc_info => proc-info}/Makefile | 0
 app/{proc_info => proc-info}/main.c   | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename app/{proc_info => proc-info}/Makefile (100%)
 rename app/{proc_info => proc-info}/main.c (100%)

diff --git a/app/Makefile b/app/Makefile
index 0eaed5384..069fa9849 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -4,7 +4,7 @@
 include $(RTE_SDK)/mk/rte.vars.mk
 
 DIRS-$(CONFIG_RTE_TEST_PMD) += test-pmd
-DIRS-$(CONFIG_RTE_PROC_INFO) += proc_info
+DIRS-$(CONFIG_RTE_PROC_INFO) += proc-info
 DIRS-$(CONFIG_RTE_LIBRTE_PDUMP) += pdump
 
 ifeq ($(CONFIG_RTE_LIBRTE_BBDEV),y)
diff --git a/app/proc_info/Makefile b/app/proc-info/Makefile
similarity index 100%
rename from app/proc_info/Makefile
rename to app/proc-info/Makefile
diff --git a/app/proc_info/main.c b/app/proc-info/main.c
similarity index 100%
rename from app/proc_info/main.c
rename to app/proc-info/main.c
-- 
2.14.3

  parent reply	other threads:[~2018-02-16 16:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-16 16:53 [dpdk-dev] [PATCH 0/3] generalize builds apps using meson Bruce Richardson
2018-02-16 16:53 ` [dpdk-dev] [PATCH 1/3] app: generalize building of " Bruce Richardson
2018-03-12 12:25   ` Van Haaren, Harry
2018-02-16 16:53 ` Bruce Richardson [this message]
2018-03-12 12:30   ` [dpdk-dev] [PATCH 2/3] app/proc_info: rename folder to remove underscore Van Haaren, Harry
2018-02-16 16:53 ` [dpdk-dev] [PATCH 3/3] app: add all remaining apps to meson build Bruce Richardson
2018-03-12 12:29   ` Van Haaren, Harry
2018-03-12 15:06 ` [dpdk-dev] [PATCH 0/3] generalize builds apps using meson Bruce Richardson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180216165336.153079-3-bruce.richardson@intel.com \
    --to=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).