From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/3] power: add get capabilities API Date: Thu, 12 Jul 2018 19:20:28 +0200 Message-ID: <6717512.vSNjteXtqJ@xps> References: <1528282041-20380-1-git-send-email-radu.nicolau@intel.com> <1528711403-29776-1-git-send-email-radu.nicolau@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Hunt, David" , chris.macnamara@intel.com, michael.j.glynn@intel.com To: Radu Nicolau Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id C0BE46CC3 for ; Thu, 12 Jul 2018 19:20:31 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/06/2018 11:43, Hunt, David: > > On 11/6/2018 11:03 AM, Radu Nicolau wrote: > > New API added, rte_power_get_capabilities(), that allows the > > application to query the power and performance capabilities > > of the CPU cores. > > > > Signed-off-by: Radu Nicolau > > Acked-by: David Hunt Series applied with some fixes for the .map and spacing, thanks.