From d00fa507790a0fae9393bbff95bd6bdc92d7dc4d Mon Sep 17 00:00:00 2001 From: Shreyansh Jain Date: Mon, 14 May 2018 15:35:00 +0530 Subject: [PATCH] config: increase max lcore to 16 for DPAA With this change, DPAA and DPAA2 configuration compiled applications are interoperable without any impact on the functional behavior. Signed-off-by: Shreyansh Jain --- config/defconfig_arm64-dpaa-linuxapp-gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/defconfig_arm64-dpaa-linuxapp-gcc b/config/defconfig_arm64-dpaa-linuxapp-gcc index 147ea5d820..c47aec0a6e 100644 --- a/config/defconfig_arm64-dpaa-linuxapp-gcc +++ b/config/defconfig_arm64-dpaa-linuxapp-gcc @@ -13,7 +13,7 @@ CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=n # # Compile Environment Abstraction Layer # -CONFIG_RTE_MAX_LCORE=4 +CONFIG_RTE_MAX_LCORE=16 CONFIG_RTE_MAX_NUMA_NODES=1 CONFIG_RTE_CACHE_LINE_SIZE=64 CONFIG_RTE_PKTMBUF_HEADROOM=128 -- 2.20.1