[dpdk-stable] patch 'config: enable more than 128 cores for arm64' has been queued to LTS release 16.11.9

Luca Boccassi bluca at debian.org
Mon Nov 26 13:49:14 CET 2018


Hi,

FYI, your patch has been queued to LTS release 16.11.9

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/28/18. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the patch applied
to the branch. If the code is different (ie: not only metadata diffs), due for example to
a change in context or macro names, please double check it.

Thanks.

Luca Boccassi

---
>From 85ebca219ae443e3189cab83fe51fbff76b702cb Mon Sep 17 00:00:00 2001
From: Joyce Kong <joyce.kong at arm.com>
Date: Thu, 22 Nov 2018 15:37:07 +0800
Subject: [PATCH] config: enable more than 128 cores for arm64

[ upstream commit 9b47ed438ab9dba47856c8e93880b88d94715519 ]

When running dpdk applications on cores whose ids are bigger
than original max_core setting, eal error as below:
EAL: Detected 104 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: invalid core list
-l CORELIST core indexes between 0 and 128

The fix is to increase max_core to 256 on arm64 platform.

Fixes: b3ce00e5 ("mk: introduce ARMv8 architecture")

Signed-off-by: Joyce Kong <joyce.kong at arm.com>
Reviewed-by: Gavin Hu <gavin.hu at arm.com>
Acked-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>
---
 config/defconfig_arm64-armv8a-linuxapp-gcc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/defconfig_arm64-armv8a-linuxapp-gcc b/config/defconfig_arm64-armv8a-linuxapp-gcc
index 6321884c8..3dbf69e54 100644
--- a/config/defconfig_arm64-armv8a-linuxapp-gcc
+++ b/config/defconfig_arm64-armv8a-linuxapp-gcc
@@ -41,6 +41,7 @@ CONFIG_RTE_FORCE_INTRINSICS=y
 
 CONFIG_RTE_TOOLCHAIN="gcc"
 CONFIG_RTE_TOOLCHAIN_GCC=y
+CONFIG_RTE_MAX_LCORE=256
 
 CONFIG_RTE_EAL_IGB_UIO=n
 
-- 
2.19.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2018-11-26 12:45:13.669450513 +0000
+++ 0003-config-enable-more-than-128-cores-for-arm64.patch	2018-11-26 12:45:13.603202331 +0000
@@ -1,8 +1,10 @@
-From 9b47ed438ab9dba47856c8e93880b88d94715519 Mon Sep 17 00:00:00 2001
+From 85ebca219ae443e3189cab83fe51fbff76b702cb Mon Sep 17 00:00:00 2001
 From: Joyce Kong <joyce.kong at arm.com>
 Date: Thu, 22 Nov 2018 15:37:07 +0800
 Subject: [PATCH] config: enable more than 128 cores for arm64
 
+[ upstream commit 9b47ed438ab9dba47856c8e93880b88d94715519 ]
+
 When running dpdk applications on cores whose ids are bigger
 than original max_core setting, eal error as below:
 EAL: Detected 104 lcore(s)
@@ -13,37 +15,26 @@
 The fix is to increase max_core to 256 on arm64 platform.
 
 Fixes: b3ce00e5 ("mk: introduce ARMv8 architecture")
-Cc: stable at dpdk.org
 
 Signed-off-by: Joyce Kong <joyce.kong at arm.com>
 Reviewed-by: Gavin Hu <gavin.hu at arm.com>
 Acked-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>
 ---
- config/arm/meson.build                     | 1 +
  config/defconfig_arm64-armv8a-linuxapp-gcc | 1 +
- 2 files changed, 2 insertions(+)
+ 1 file changed, 1 insertion(+)
 
-diff --git a/config/arm/meson.build b/config/arm/meson.build
-index b75513855..3f917250d 100644
---- a/config/arm/meson.build
-+++ b/config/arm/meson.build
-@@ -46,6 +46,7 @@ flags_common_default = [
- 
- flags_generic = [
- 	['RTE_MACHINE', '"armv8a"'],
-+	['RTE_MAX_LCORE', 256],
- 	['RTE_CACHE_LINE_SIZE', 128]]
- flags_cavium = [
- 	['RTE_MACHINE', '"thunderx"'],
 diff --git a/config/defconfig_arm64-armv8a-linuxapp-gcc b/config/defconfig_arm64-armv8a-linuxapp-gcc
-index 184274437..a6ed90c51 100644
+index 6321884c8..3dbf69e54 100644
 --- a/config/defconfig_arm64-armv8a-linuxapp-gcc
 +++ b/config/defconfig_arm64-armv8a-linuxapp-gcc
-@@ -6,3 +6,4 @@
+@@ -41,6 +41,7 @@ CONFIG_RTE_FORCE_INTRINSICS=y
  
  CONFIG_RTE_TOOLCHAIN="gcc"
  CONFIG_RTE_TOOLCHAIN_GCC=y
 +CONFIG_RTE_MAX_LCORE=256
+ 
+ CONFIG_RTE_EAL_IGB_UIO=n
+ 
 -- 
 2.19.2
 


More information about the stable mailing list