From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hunt Subject: [PATCH v2] power: add turbo functions to map file Date: Mon, 2 Oct 2017 15:53:13 +0100 Message-ID: <1506955993-88496-1-git-send-email-david.hunt@intel.com> References: <1506946848-173847-1-git-send-email-david.hunt@intel.com> Cc: thomas@monjalon.net, David Hunt To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 5B8F61B254 for ; Mon, 2 Oct 2017 17:27:28 +0200 (CEST) In-Reply-To: <1506946848-173847-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" Fixes: 94608a0f7f45 ("power: add per-core turbo boost API") Signed-off-by: David Hunt --- lib/librte_power/rte_power_version.map | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/librte_power/rte_power_version.map b/lib/librte_power/rte_power_version.map index db75ff3..ec512ea 100644 --- a/lib/librte_power/rte_power_version.map +++ b/lib/librte_power/rte_power_version.map @@ -16,3 +16,10 @@ DPDK_2.0 { local: *; }; + +DPDK_17.11 { + global: + + rte_power_freq_disable_turbo; + rte_power_freq_enable_turbo; +} DPDK_2.0; \ No newline at end of file -- 2.7.4