[dpdk-dev] [PATCH 2/3] app/proc_info: rename folder to remove underscore

Bruce Richardson bruce.richardson at intel.com
Fri Feb 16 17:53:35 CET 2018


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 at 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



More information about the dev mailing list