From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hunt Subject: [PATCH 2/2] doc/power: update release note for intel-pstate Date: Tue, 15 Jan 2019 14:17:01 +0000 Message-ID: <20190115141701.53956-2-david.hunt@intel.com> References: <20190115141701.53956-1-david.hunt@intel.com> Cc: david.hunt@intel.com, john.mcnamara@intel.com, marko.kovacevic@intel.com To: dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id D8E995689 for ; Tue, 15 Jan 2019 15:17:12 +0100 (CET) In-Reply-To: <20190115141701.53956-1-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" Add release note update for 19.02 for intel_pstate support to Power Management library Signed-off-by: David Hunt --- doc/guides/rel_notes/release_19_02.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/rel_notes/release_19_02.rst b/doc/guides/rel_notes/release_19_02.rst index 5a2f62ca9..57c595bba 100644 --- a/doc/guides/rel_notes/release_19_02.rst +++ b/doc/guides/rel_notes/release_19_02.rst @@ -147,6 +147,14 @@ New Features Added a new performance test tool to test the compressdev PMD. The tool tests compression ratio and compression throughput. +* **Added intel_pstate support to Power Management library.** + + Previously, using the power management library required the + disabling of the intel_pstate kernel driver, and the enabling of the + acpi_cpufreq kernel driver. This is no longer the case, as the use of + the intel_pstate kernel driver is now supported, and automatically + detected by the library. + Removed Items ------------- -- 2.17.1