DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] config: increase max lcore to 16 for DPAA
@ 2018-05-14 10:05 Shreyansh Jain
  2018-05-14 10:46 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Shreyansh Jain @ 2018-05-14 10:05 UTC (permalink / raw)
  To: thomas; +Cc: ferruh.yigit, hemant.agrawal, dev, 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.

 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] config: increase max lcore to 16 for DPAA
  2018-05-14 10:05 [dpdk-dev] [PATCH] config: increase max lcore to 16 for DPAA Shreyansh Jain
@ 2018-05-14 10:46 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-05-14 10:46 UTC (permalink / raw)
  To: Shreyansh Jain; +Cc: dev, ferruh.yigit, hemant.agrawal

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-14 10:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-14 10:05 [dpdk-dev] [PATCH] config: increase max lcore to 16 for DPAA Shreyansh Jain
2018-05-14 10:46 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).