From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Dec 2018 04:31:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,338,1539673200"; d="scan'208";a="99506661" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.93]) ([10.237.220.93]) by orsmga006.jf.intel.com with ESMTP; 10 Dec 2018 04:31:17 -0800 To: David Hunt , dev@dpdk.org Cc: lei.a.yao@intel.com References: <20181122170220.55482-1-david.hunt@intel.com> <20181122170220.55482-5-david.hunt@intel.com> From: "Burakov, Anatoly" Message-ID: <28464425-85cf-6f2d-6adc-08df6107557f@intel.com> Date: Mon, 10 Dec 2018 12:31:16 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.2 MIME-Version: 1.0 In-Reply-To: <20181122170220.55482-5-david.hunt@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v1 4/4] examples/power: increase MAX_CPUS to 256 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: Mon, 10 Dec 2018 12:31:19 -0000 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