With this change, DPAA and DPAA2 configuration compiled applications are interoperable without any impact on the functional behavior.
Signed-off-by: Shreyansh Jain <shreyansh.j...@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(-) 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 -- 2.17.0