[dpdk-dev] config: increase max lcore to 16 for DPAA

Message ID 20180514100500.31666-1-shreyansh.jain@nxp.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Shreyansh Jain May 14, 2018, 10:05 a.m. UTC
  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>
---
Note for beyond rc3 patch:
 This has no functional impact on DPAA builds.

 config/defconfig_arm64-dpaa-linuxapp-gcc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Thomas Monjalon May 14, 2018, 10:46 a.m. UTC | #1
14/05/2018 12:05, Shreyansh Jain:
> 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>
> ---
> Note for beyond rc3 patch:
>  This has no functional impact on DPAA builds.

Applied, thanks
  

Patch

diff --git a/config/defconfig_arm64-dpaa-linuxapp-gcc b/config/defconfig_arm64-dpaa-linuxapp-gcc
index 147ea5d82..c47aec0a6 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