From 13f0718e643c3ddd9474ce45aebe3c568d26daef Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 5 Feb 2016 06:44:54 -0800 Subject: Increase number of dpdk lcores to 256 Change-Id: Ia0e228d02fd9f180ed9ca468074ab38d575e415e Signed-off-by: Damjan Marion --- dpdk/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'dpdk/Makefile') diff --git a/dpdk/Makefile b/dpdk/Makefile index 24b78cec624..d7d4671322c 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -89,6 +89,7 @@ $(B)/custom-config: $(B)/.patch.ok Makefile $(call set,RTE_TOOLCHAIN_GCC,y) $(call set,RTE_TOOLCHAIN,"gcc") @# modify options + $(call set,RTE_MAX_LCORE,256) $(call set,RTE_PKTMBUF_HEADROOM,$(DPDK_PKTMBUF_HEADROOM)) $(call set,RTE_LIBEAL_USE_HPET,y) $(call set,RTE_BUILD_COMBINE_LIBS,y) -- cgit 1.2.3-korg