From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v1 4/4] examples/power: increase MAX_CPUS to 256 Date: Mon, 10 Dec 2018 12:31:16 +0000 Message-ID: <28464425-85cf-6f2d-6adc-08df6107557f@intel.com> References: <20181122170220.55482-1-david.hunt@intel.com> <20181122170220.55482-5-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: lei.a.yao@intel.com To: David Hunt , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6F07A5F1F for ; Mon, 10 Dec 2018 13:31:19 +0100 (CET) In-Reply-To: <20181122170220.55482-5-david.hunt@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 22-Nov-18 5:02 PM, David Hunt wrote: > Increase the number of addressable cores from 64 to 256. Also remove the > warning that incresing this number beyond 64 will cause problems (because > of the previous use of uint64_t masks). Now this number can be increased > significantly without causing problems. > > Signed-off-by: David Hunt > --- Reviewed-by: Anatoly Burakov -- Thanks, Anatoly