Increase number of dpdk lcores to 256 36/236/2
authorDamjan Marion <damarion@cisco.com>
Fri, 5 Feb 2016 14:44:54 +0000 (06:44 -0800)
committerDamjan Marion <damarion@cisco.com>
Sat, 13 Feb 2016 00:14:53 +0000 (00:14 +0000)
Change-Id: Ia0e228d02fd9f180ed9ca468074ab38d575e415e
Signed-off-by: Damjan Marion <damarion@cisco.com>
dpdk/Makefile

index 24b78ce..d7d4671 100644 (file)
@@ -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)