From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 904319E3 for ; Tue, 11 Apr 2017 10:49:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491900559; x=1523436559; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=YWaDZFcA8zGR93NSmqCluSZq6CrIlVNFETReMUxEr3I=; b=r720BkqkmWQWo/OH620Q3IniIXl/Fy5zW9wWVHzUOGklk8iRLcmwB0Kb CIrqjV2ya6UaCAyoh3pJ2r2JOm+yag==; Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Apr 2017 01:49:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,184,1488873600"; d="scan'208";a="247162453" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 11 Apr 2017 01:49:18 -0700 Received: from cdsmsx151.ccr.corp.intel.com (172.17.4.38) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 11 Apr 2017 01:49:18 -0700 Received: from cdsmsx102.ccr.corp.intel.com ([169.254.2.51]) by CDSMSX151.ccr.corp.intel.com ([169.254.3.73]) with mapi id 14.03.0319.002; Tue, 11 Apr 2017 16:49:15 +0800 From: "Zhang, Jerry" To: Yunjian Wang , "thomas.monjalon@6wind.com" CC: "dev@dpdk.org" , "jerry.lilijun@huawei.com" , "zhoujingbin@huawei.com" , "caihe@huawei.com" Thread-Topic: [PATCH] config: support 16 sockets server Thread-Index: AQHSr6MgpotXp4spgUaSAxy754CAXqG/4AIg Date: Tue, 11 Apr 2017 08:49:14 +0000 Message-ID: References: <1491571777-12680-1-git-send-email-wangyunjian@huawei.com> In-Reply-To: <1491571777-12680-1-git-send-email-wangyunjian@huawei.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: request-justification,no-action x-originating-ip: [172.17.6.105] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] config: support 16 sockets server X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 08:49:20 -0000 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 >-- > config/common_base | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >diff --git a/config/common_base b/config/common_base index 5bdba1d..38561b= 6 100644 >--- a/config/common_base >+++ b/config/common_base >@@ -88,8 +88,8 @@ CONFIG_RTE_CACHE_LINE_SIZE=3D64 # Compile Environment A= bstraction Layer # CONFIG_RTE_LIBRTE_EAL=3Dy >-CONFIG_RTE_MAX_LCORE=3D128 >-CONFIG_RTE_MAX_NUMA_NODES=3D8 >+CONFIG_RTE_MAX_LCORE=3D1024 >+CONFIG_RTE_MAX_NUMA_NODES=3D16 > CONFIG_RTE_MAX_MEMSEG=3D256 > CONFIG_RTE_MAX_MEMZONE=3D2560 > CONFIG_RTE_MAX_TAILQ=3D32 >-- Did you test it and make sure that there is no issue on 16 node servers? BRs, Jerry