config: enable more than 128 cores for arm64
authorJoyce Kong <joyce.kong@arm.com>
Thu, 22 Nov 2018 07:37:07 +0000 (15:37 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 23 Nov 2018 01:03:33 +0000 (02:03 +0100)
commit9b47ed438ab9dba47856c8e93880b88d94715519
tree61f909b99aa6b26e1f86178d0787bc9d4ebf1309
parente846cfdec34cc58b9a1a2438d313028246b8e986
config: enable more than 128 cores for arm64

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")
Cc: stable@dpdk.org
Signed-off-by: Joyce Kong <joyce.kong@arm.com>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
config/arm/meson.build
config/defconfig_arm64-armv8a-linuxapp-gcc