From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 4677E5B3C for ; Wed, 21 Nov 2018 12:13:47 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C0C662206A; Wed, 21 Nov 2018 06:13:46 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 21 Nov 2018 06:13:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=OLpICSC7r28hHeUdAeTOxcxR0zS3mBVCY8oB+6ChZqU=; b=pDLWHKGmUTuy hhfsYy3p95muh5XEbmZCYyTJi+E0qS5j21RN/G3SJHqAsiEAUUZvD+buxa4qoKE0 54ztYqL9CbrkGOZRC6G7RqFg3V2wUDBuxZb9FlyTJxR8+uBNCEjVZWZEmP8iekFj IFv2Rdr4WFiAnz7cKsHGp6ah+qsoGoI= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=OLpICSC7r28hHeUdAeTOxcxR0zS3mBVCY8oB+6ChZ qU=; b=T/aR7ywKhXemuT3oOp34sHM1NA5mgtAHS1WyiFrPbNfju5ei4/mCNihvq PnvSXBCs3ZFMHQxIScdP7X9nPfrK/k0QEoMgLsmxwCAT000UxD5cdLVdE878jyf6 7yPYQiZbarfkklIaVSNgbnRxkV84gWAZjsTTBO7ub798WGHYDK0aZL648UYkJ7J5 YVK5Fgl1NPWDQMiflsAvXO0ZeruRmKaX9WRM8CRWCbf/ZjwrGaAlFyuwZiKlYTUc amlI91BIFO4g2gDTrRlCB9Agw+9lCBi4m+wSvyI88DPFgxofn+eRiZRk54Wxkn2j nhBR4eQGXh9/7JRvTudVt/M9aduXA== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4FF5AE4A3F; Wed, 21 Nov 2018 06:13:45 -0500 (EST) From: Thomas Monjalon To: Joyce Kong Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, Honnappa.Nagarahalli@arm.com, gavin.hu@arm.com, hemant.agrawal@nxp.com Date: Wed, 21 Nov 2018 12:13:44 +0100 Message-ID: <3572730.Ena04EuRj2@xps> In-Reply-To: <1542798625-46722-1-git-send-email-joyce.kong@arm.com> References: <1542798625-46722-1-git-send-email-joyce.kong@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1 0/2] change max core number to 256 for Arm64 platform 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: Wed, 21 Nov 2018 11:13:47 -0000 Hi, 21/11/2018 12:10, Joyce Kong: > v1: change the max core setting to 256 for arm64 platform > > Joyce Kong (2): > config: enable more than 128 cores for Arm platform > config: enable more than 128 cores for meson build 2 comments: - It doesn't need to be split in 2 commits. - Are you sure you want this change in 18.11? No risk?