From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5448420D0C; Fri, 22 Sep 2017 10:36:10 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 22 Sep 2017 10:36:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=9fpT6nHKsWUBRkU SSmATI0u6VQuEo4yfn+HmzN4GGkk=; b=F8EupmcydcvNkuONzClccjiAL/POwT0 Npth2k87M5GDPplDJRV0D1Ftk+LMxDhwMlrGJa3jl5xMi8MLfPnX4VzEhFjB6xHY EFwJDwn4mEG5xlzRY8IyeidJZTGBfL2s5ki7WWG8wRyEGj2W7ZdoVRGOzzvG8Rna 3ftV7k2nBSnI= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=9fpT6nHKsWUBRkUSSmATI0u6VQuEo4yfn+HmzN4GGkk=; b=mwGlO4DG g7/0f+PE5ssuzZuleC1IW3QlY0782u6HHg8nh8SZ3kCYlGhsiDtSrCy9WD8sIJO3 a3nYIBR7cHd91jcV9DU0H56W7mL5fqiPOWMmZB7bJ8LbhVZTTOpaD/FrUrKVBRPv hymbds6BdkPOSM6cWhAmO+2RYmyjybjvm3GCfpoVGg2yCkdy7avEVc6rOZ/Eu14t IQBJey3rGYdRCMVR7f8CCtjHD7UbtWDnneFMy+jrpQkzBP5YW1ch8t573Vd6tcf7 C4PV9JpRH1yR7VIk/Fn3n/o0oOVERQKktMAEYEyZQ1izDa7MGiHuWWOU5jGg3nPM I1sq99UxktFfUg== X-ME-Sender: X-Sasl-enc: GpED7aj7CsoISr1fTt34DCYEDQ2Yn1+5p4CqIjMqrQF4 1506090970 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 00F307E312; Fri, 22 Sep 2017 10:36:10 -0400 (EDT) From: Thomas Monjalon To: David Hunt Cc: dev@dpdk.org Date: Fri, 22 Sep 2017 16:36:09 +0200 Message-ID: <2179084.vVqj05a3VG@xps> In-Reply-To: <1505299459-24135-1-git-send-email-david.hunt@intel.com> 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [dpdk-dev] [PATCH v2 0/4] add per-core Turbo Boost capability X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2017 14:36:11 -0000 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