From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7C79321B03; Sun, 20 Jan 2019 08:46:46 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 20 Jan 2019 08:46:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=BDObecUMgx9CQPHN+4eKcXN23rgIcqbp5+QBKxAKn4U=; b=nWHAReni+MiR Nhkv2Yb8gnPBmT/eSN37R0eJqINZ/FsdOCpU43T1Cc3Q7jpO9n2Cl6WVAmt7/jps noVHwlyl/aTvAAb1V0XutTORxSaDLjWYuuikFDzsXs9qTw6x1IzpH7nQMEjYojx3 NwJGcfYpeKSviyMhY0D5CQv7YeNMqvs= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=BDObecUMgx9CQPHN+4eKcXN23rgIcqbp5+QBKxAKn 4U=; b=iMeWea6VHUf0n5ajETi//K1rSfic/4hN2tBRLhyvLxxR/RJg5oBLBdvsS 9gHZT81yR8/bfkkaiE931brUc6mWlAw8hPcbwCWh/yBFDCQA+bcV9+jFjjqNfJwl LcDzrEZJNuYy6UHW8qKnX8ZG50Tsj5iahcqwnG+r5/JG/Ns0uDbLhIrOskQKjM6p 1snyW+/LfTHgaEqDFQdYk7Fk09H4RsfO16HhKgwi/VI8p9nnRutnxvja+8r4qOQU Ig63NnrbVbIYgcBgG3t7vSDcs9dHAZ7nrSUd5ZhuY1IWN3U7eiEj4Py43hCE74Mz jXhqAk/0X4XEodep2o94bKkwZq8Gg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrheeggdehkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7DB4CE40D1; Sun, 20 Jan 2019 08:46:45 -0500 (EST) From: Thomas Monjalon To: David Hunt Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com Date: Sun, 20 Jan 2019 14:46:44 +0100 Message-ID: <6371391.EzvtjDmVv9@xps> In-Reply-To: <20190115141701.53956-1-david.hunt@intel.com> References: <20190115141701.53956-1-david.hunt@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/2] doc/power: library can now use intel-pstate 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: , X-List-Received-Date: Sun, 20 Jan 2019 13:46:47 -0000 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