DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] arm: fix name armv7-a used for dpdk purposes
@ 2016-02-16 18:35 Jan Viktorin
  2016-02-28 21:44 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Viktorin @ 2016-02-16 18:35 UTC (permalink / raw)
  To: dev; +Cc: Jan Viktorin

The CONFIG_RTE_MACHINE must not contain hyphens to work correctly. This was
initially done only for the file name defconfig_arm-armv7a-linuxapp-gcc. This
patch fixes install-sdk goal. Otherwise, it creates a wrong directory for this
platform.

Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
---
 config/defconfig_arm-armv7a-linuxapp-gcc   | 2 +-
 mk/machine/{armv7-a => armv7a}/rte.vars.mk | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename mk/machine/{armv7-a => armv7a}/rte.vars.mk (100%)

diff --git a/config/defconfig_arm-armv7a-linuxapp-gcc b/config/defconfig_arm-armv7a-linuxapp-gcc
index cbebd64..1e71a8c 100644
--- a/config/defconfig_arm-armv7a-linuxapp-gcc
+++ b/config/defconfig_arm-armv7a-linuxapp-gcc
@@ -30,7 +30,7 @@
 
 #include "common_linuxapp"
 
-CONFIG_RTE_MACHINE="armv7-a"
+CONFIG_RTE_MACHINE="armv7a"
 
 CONFIG_RTE_ARCH="arm"
 CONFIG_RTE_ARCH_ARM=y
diff --git a/mk/machine/armv7-a/rte.vars.mk b/mk/machine/armv7a/rte.vars.mk
similarity index 100%
rename from mk/machine/armv7-a/rte.vars.mk
rename to mk/machine/armv7a/rte.vars.mk
-- 
2.7.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] arm: fix name armv7-a used for dpdk purposes
  2016-02-16 18:35 [dpdk-dev] [PATCH] arm: fix name armv7-a used for dpdk purposes Jan Viktorin
@ 2016-02-28 21:44 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2016-02-28 21:44 UTC (permalink / raw)
  To: Jan Viktorin; +Cc: dev

2016-02-16 19:35, Jan Viktorin:
> The CONFIG_RTE_MACHINE must not contain hyphens to work correctly. This was
> initially done only for the file name defconfig_arm-armv7a-linuxapp-gcc. This
> patch fixes install-sdk goal. Otherwise, it creates a wrong directory for this
> platform.
> 
> Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-28 21:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-16 18:35 [dpdk-dev] [PATCH] arm: fix name armv7-a used for dpdk purposes Jan Viktorin
2016-02-28 21:44 ` Thomas Monjalon

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).