From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 8EA461B9EE for ; Fri, 14 Dec 2018 13:01:00 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Dec 2018 04:00:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,352,1539673200"; d="scan'208";a="303820735" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.251.85.142]) ([10.251.85.142]) by fmsmga005.fm.intel.com with ESMTP; 14 Dec 2018 04:01:00 -0800 To: David Hunt , dev@dpdk.org Cc: lei.a.yao@intel.com References: <20181122170220.55482-2-david.hunt@intel.com> <20181214114946.21570-1-david.hunt@intel.com> <20181214114946.21570-2-david.hunt@intel.com> From: "Burakov, Anatoly" Message-ID: Date: Fri, 14 Dec 2018 12:00:57 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: <20181214114946.21570-2-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 v2 1/4] examples/power: change 64-bit masks to arrays 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: Fri, 14 Dec 2018 12:01:01 -0000 On 14-Dec-18 11:49 AM, David Hunt wrote: > vm_power_manager currently makes use of uint64_t masks to keep track of > cores in use, limiting use of the app to only being able to manage the > first 64 cores in a multi-core system. Many modern systems have core > counts greater than 64, so this limitation needs to be removed. > > This patch converts the relevant 64-bit masks to character arrays. > > Signed-off-by: David Hunt > --- Reviewed-by: Anatoly Burakov -- Thanks, Anatoly