From patchwork Mon Oct 2 14:53:13 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hunt, David" X-Patchwork-Id: 29489 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 93A5B1B256; Mon, 2 Oct 2017 17:27:31 +0200 (CEST) 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Oct 2017 08:27:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,470,1500966000"; d="scan'208";a="141777263" Received: from silpixa00397898.ir.intel.com (HELO silpixa00397898.ger.corp.intel.com) ([10.237.223.116]) by orsmga002.jf.intel.com with ESMTP; 02 Oct 2017 08:27:26 -0700 From: David Hunt To: dev@dpdk.org Cc: thomas@monjalon.net, David Hunt Date: Mon, 2 Oct 2017 15:53:13 +0100 Message-Id: <1506955993-88496-1-git-send-email-david.hunt@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1506946848-173847-1-git-send-email-david.hunt@intel.com> References: <1506946848-173847-1-git-send-email-david.hunt@intel.com> Subject: [dpdk-dev] [PATCH v2] power: add turbo functions to map file 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: , 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