From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 149FD5911 for ; Tue, 15 Jan 2019 00:03:58 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 886D728BE8; Mon, 14 Jan 2019 18:03:57 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 14 Jan 2019 18:03:57 -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=TvA8Wb+l8gLAibDwG8tu4Jv7u39jEP7Iz1Lh/HGM+ME=; b=ZR0guCxNRMtU I7SHCA0vicgSiK6wWe9shPE/9qY4mpOQKZfwCXpUGBMcPKlP9eIto5OLzXadLkLG kle/D9MBpv7b7bcxlTr79Jm3KowZ4XRl8O9RNp3fb1yaTjNpwsP/yK8wLJv7Wu6q F5FtbxGOSQyQNbRLyWsI8X4WSqNK9ok= 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=TvA8Wb+l8gLAibDwG8tu4Jv7u39jEP7Iz1Lh/HGM+ ME=; b=ss137yk0QYbamlafYA70Hv9zCeNTcBnxZ3VmVSogUlt9AcJET08twRzU5 mr/cy75R43Hx9Dr+Lr851TVQX0c41f3+XeeQ1nUEzugTdqcNmixmfKfyKte7HphY bSaZdm4YCK6NsFYk9h5hH1l6SNC2vu046BYmGUwVBGKf1v0b95SgY3QoG07g1pOd wkMddrLySe3Pnc7shSmVF/fQPYVhrpHZ2kQ9yEr9Icxfbx05MWIdu3rVxdftzfxJ dZfbPDSGEupgM7WgSGdpaR6exKRcF4f5MK4MNUAGMUqa/g3ZBZmavjVDd+NaTB6D tMTrAuf10vnfyQpf57VkCmid4NJ9w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgedvgddtfecutefuodetggdotefrodftvf 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 70D3EE4043; Mon, 14 Jan 2019 18:03:56 -0500 (EST) From: Thomas Monjalon To: David Hunt Cc: dev@dpdk.org, liang.j.ma@intel.com Date: Tue, 15 Jan 2019 00:03:55 +0100 Message-ID: <4430232.GaasZWUWEK@xps> In-Reply-To: <20190107144051.7097-1-david.hunt@intel.com> References: <20190107144051.7097-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] test/power: fix unit test to handle pstate mode 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: Mon, 14 Jan 2019 23:03:58 -0000 07/01/2019 15:40, David Hunt: > The cpufreq test breakes when the system is using the intel_pstate > driver for frequency management. The power library has recentyly been > updated to allow use of the intel_pstate driver, this patch fixes the > cpufreq test so that it can now use either acpi or pstate modes. > The library will auto-detect, and set the environment appropriately. > > Fixes: ed7c51a6a680 ("app/test: vm power management") > > Signed-off-by: David Hunt Applied, thanks