From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/4] add per-core Turbo Boost capability Date: Fri, 22 Sep 2017 16:36:09 +0200 Message-ID: <2179084.vVqj05a3VG@xps> References: <1503418310-162535-2-git-send-email-david.hunt@intel.com> <1505299459-24135-1-git-send-email-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: David Hunt Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 7A6356D45 for ; Fri, 22 Sep 2017 16:36:11 +0200 (CEST) In-Reply-To: <1505299459-24135-1-git-send-email-david.hunt@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 13/09/2017 12:44, David Hunt: > Recent generations of the Intel=AE Xeon=AE family processors allow Turbo = Boost > to be enabled/disabled on a per-core basis. >=20 > This patch set introduces additional API calls to the librte_power library > to allow users to enable/disable Turbo Boost on particular cores. Applied, thanks