[dpdk-dev] [PATCH 10/10] app/proc_info: rename binary with prefix

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Dec 2 04:57:56 CET 2015


In order to be installed system-wise, this application needs
a prefix. So it makes clear that it is DPDK related.

Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
---
 app/proc_info/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/proc_info/Makefile b/app/proc_info/Makefile
index 243b060..33e058e 100644
--- a/app/proc_info/Makefile
+++ b/app/proc_info/Makefile
@@ -31,7 +31,7 @@
 
 include $(RTE_SDK)/mk/rte.vars.mk
 
-APP = proc_info
+APP = dpdk_proc_info
 
 CFLAGS += $(WERROR_FLAGS)
 
-- 
2.5.2



More information about the dev mailing list