From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/vm_power: fix improper physical core mask Date: Tue, 11 Aug 2015 11:41:48 +0200 Message-ID: <5718603.p4NHCSAFxq@xps13> References: <1439275763-12481-1-git-send-email-yong.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Yong Liu Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 094D95A6D for ; Tue, 11 Aug 2015 11:43:02 +0200 (CEST) Received: by wicne3 with SMTP id ne3so53330513wic.0 for ; Tue, 11 Aug 2015 02:43:01 -0700 (PDT) In-Reply-To: <1439275763-12481-1-git-send-email-yong.liu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-08-11 14:49, Yong Liu: > Host cpu mapping structure can only support 64 cpus. When run vm_power sample > on platform with more than 64 cpus, will generate improper physical core mask. > After limited supported host cpus to 64 will fix this issue. > > Signed-off-by: Marvin Liu Fixes: e9f64db94637 ("examples/vm_power: show warning when more than 64 cores") Applied, thanks