From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hunt Subject: [PATCH v3] power: add turbo functions to map file Date: Tue, 3 Oct 2017 08:22:13 +0100 Message-ID: <1507015333-139960-1-git-send-email-david.hunt@intel.com> References: <1506955993-88496-1-git-send-email-david.hunt@intel.com> Cc: thomas@monjalon.net, David Hunt To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9E0511B2D3 for ; Tue, 3 Oct 2017 09:58:52 +0200 (CEST) In-Reply-To: <1506955993-88496-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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/librte_power/rte_power_version.map b/lib/librte_power/rte_power_version.map index db75ff3..9ae0627 100644 --- a/lib/librte_power/rte_power_version.map +++ b/lib/librte_power/rte_power_version.map @@ -16,3 +16,12 @@ DPDK_2.0 { local: *; }; + +DPDK_17.11 { + global: + + rte_power_freq_disable_turbo; + rte_power_freq_enable_turbo; + rte_power_turbo_status; + +} DPDK_2.0; \ No newline at end of file -- 2.7.4