From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] doc/power: library can now use intel-pstate Date: Sun, 20 Jan 2019 14:46:44 +0100 Message-ID: <6371391.EzvtjDmVv9@xps> References: <20190115141701.53956-1-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com To: David Hunt Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 050EA2D13 for ; Sun, 20 Jan 2019 14:46:46 +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" 15/01/2019 15:17, David Hunt: > With the addition of the patchset to allow auto-detection and use > of the intel_pstate kernel driver instead of the acpi-cpufreq kernel > driver, we need to reflect this in the documentation. > > Now, instead of telling the user to disable intel_pstate in all cases, > it is now an optional step, should the user want to use acpi-cpufreq. > > Signed-off-by: David Hunt Applied with release notes squashed, thanks