[dpdk-dev] [PATCH] config: support 16 sockets server
Zhang, Jerry
jerry.zhang at intel.com
Tue Apr 11 10:49:14 CEST 2017
On 4/7/2017 9:30 PM, Yunjian Wang wrote:
>Support 16 sockets server, such as HPE AH337A, Huawei kunlun server etc.
>Signed-off-by: Henry Cai <caihe at huawei.com>
>--
> config/common_base | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>diff --git a/config/common_base b/config/common_base index 5bdba1d..38561b6 100644
>--- a/config/common_base
>+++ b/config/common_base
>@@ -88,8 +88,8 @@ CONFIG_RTE_CACHE_LINE_SIZE=64 # Compile Environment Abstraction Layer # CONFIG_RTE_LIBRTE_EAL=y
>-CONFIG_RTE_MAX_LCORE=128
>-CONFIG_RTE_MAX_NUMA_NODES=8
>+CONFIG_RTE_MAX_LCORE=1024
>+CONFIG_RTE_MAX_NUMA_NODES=16
> CONFIG_RTE_MAX_MEMSEG=256
> CONFIG_RTE_MAX_MEMZONE=2560
> CONFIG_RTE_MAX_TAILQ=32
>--
Did you test it and make sure that there is no issue on 16 node servers?
BRs,
Jerry
More information about the dev
mailing list