From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] rte_power: fix sample vm_power_mgr not work with Haswell cpus Date: Mon, 03 Aug 2015 17:13:28 +0200 Message-ID: <1546664.IF6R2IkT3F@xps13> References: <1436258198-9293-1-git-send-email-yong.liu@intel.com> <65297849.3rxAozRbCH@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Alan Carew , Pablo de Lara Return-path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 6B4F0C33C for ; Mon, 3 Aug 2015 17:14:42 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so126234915wib.0 for ; Mon, 03 Aug 2015 08:14:42 -0700 (PDT) In-Reply-To: <65297849.3rxAozRbCH@xps13> 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" Ping 2015-07-10 14:24, Thomas Monjalon: > Alan, Pablo, any comment? > By the way, we need a maintainer for rte_power. > > 2015-07-07 16:36, Yong Liu: > > From: Marvin Liu > > > > Two socket Haswell cpus on cottonwoodPass have 72 cores totally. And this > > number oversize the default value of maximum core number 64. > > > > Total number of channels should also increased for match core number. > > > > Signed-off-by: Marvin Liu >