From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Rri0veaOnO9mU3pTopNAzyHvowsfIHIt1aY1owG5qTI=; b=PzQ/u6S5TgSNpZZDnAqsElLDUSpBxwrhmzvZIwc8VpKQu8hDWuCn+HElfTmsXy+Ym6 2H6YfIWT4VlmGFFVYO/6suseuqztldWsDNtAieF294AVibF76PZhXmo/M/kuFvK0wEI2 YE4DZm+SUVYMJWRv1mD2TiPEsH7Xwp51uLt4XlZjUq8pwrRfQov8MC0G+dQYT5Ub3Zh6 eMjJ5XwwUb1H4v+WNqgYCO+qDAXkeEK1Nibs0f1VVOgIoPJd5rD01S7+XjHYowRdWus7 uNSFtiSFbBB34v7o+mqJFDNrr+NpBKoE1QCrMq9r0Zo7rZ1PwCIcxcJansALALDDCS+n KKCQ== X-Gm-Message-State: ALoCoQl9xpOc3zExYtlKNj5yGyK4JnCh3KyCMnSVBIXizbkNQJN0QEMa0dJfNkUDImXcvN2AiKUE X-Received: by 10.194.78.175 with SMTP id c15mr39296173wjx.136.1436531132108; Fri, 10 Jul 2015 05:25:32 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ju2sm2721803wid.12.2015.07.10.05.25.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Jul 2015 05:25:31 -0700 (PDT) From: Thomas Monjalon To: Alan Carew , Pablo de Lara Date: Fri, 10 Jul 2015 14:24:23 +0200 Message-ID: <65297849.3rxAozRbCH@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436258198-9293-1-git-send-email-yong.liu@intel.com> References: <1436258198-9293-1-git-send-email-yong.liu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] rte_power: fix sample vm_power_mgr not work with Haswell cpus X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2015 12:25:32 -0000 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