config: increase max lcore to 16 for DPAA
authorShreyansh Jain <shreyansh.jain@nxp.com>
Mon, 14 May 2018 10:05:00 +0000 (15:35 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 14 May 2018 10:47:30 +0000 (12:47 +0200)
With this change, DPAA and DPAA2 configuration compiled applications
are interoperable without any impact on the functional behavior.

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
config/defconfig_arm64-dpaa-linuxapp-gcc

index 147ea5d..c47aec0 100644 (file)
@@ -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