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: Fri, 10 Jul 2015 14:24:23 +0200 Message-ID: <65297849.3rxAozRbCH@xps13> References: <1436258198-9293-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: Alan Carew , Pablo de Lara Return-path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 58F676A95 for ; Fri, 10 Jul 2015 14:25:32 +0200 (CEST) Received: by wgov12 with SMTP id v12so63442434wgo.1 for ; Fri, 10 Jul 2015 05:25:32 -0700 (PDT) In-Reply-To: <1436258198-9293-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" 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