From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 16447A0A02; Tue, 6 Apr 2021 10:38:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C9BE3140F81; Tue, 6 Apr 2021 10:38:13 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by mails.dpdk.org (Postfix) with ESMTP id 263FD406A2 for ; Tue, 6 Apr 2021 10:38:12 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 688C015F4; Tue, 6 Apr 2021 04:38:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 06 Apr 2021 04:38:11 -0400 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=fm3; bh= WM8r37rh7PorH22yhEsLSvrQxq5MbICIn8s0IO5wtI8=; b=DNvoV6dH4oUtX6QD LXpBymvCvx/oL9oss7mohEOp/6NqoxS4xFQkLzF3SilqE64By/+0LiFDDcT4iL1Z 7I66igunITn/GFqkkJJUqM90eLrCRyq3Yf37SeFge0Er5MVRCU/0hwrVmazIzsct 6YPviFRXjTre6BpTBQIm6JR6iZKN3AxWO+IAaC2GZE5KZTPKZFdWKq3zkIEsSKee W/OwTGyXuMPXgL5p3kSbaCIAh27Gc40WJjj11a5yQff1jhUvdmSORe+5I4RFoxCH /hYjT9GJ58IwqQrXnpehbv31xVu3CAdYVJdIAmr8l+IgNQ0Jkvnfr1pMkfTe+ZnG E2Iz0Q== 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=fm2; bh=WM8r37rh7PorH22yhEsLSvrQxq5MbICIn8s0IO5wt I8=; b=RWRcIauTBfQ3aEeIYbQ/bj6K+ThvzQ+O/sDQVtEqbMPbHBeq3sLs4N4MH FYZV0yCe84G+PgRcgdnmaPtXVm9kDgvraMYWv8vaLlzrx2JiqBs1HnMRriXsDNyz JzTXGc1RfTpdr9LUjteCYFE66v2J9lJtr3v9rtYgIZ9gC5qcGBN2f/RZIMU15GVJ 2XSNn4PjMUpKZvrRkEJllgrJsh66VnxdxDTv55+wlE6+nk239nvkYvRSVqPxXOFQ q8G9U1uN3F6DEj1fzNhmnso/cjJXSTEWUnkc9zNbkjPErY9teITM35uqmS69cFng mafRGrEEQTKUBWlfgLdHzJzfeKyLA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudejgedgtdeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght 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 2EF1124005C; Tue, 6 Apr 2021 04:38:09 -0400 (EDT) From: Thomas Monjalon To: "Burakov, Anatoly" Cc: "dev@dpdk.org" , "Hunt, David" , "Pattan, Reshma" Date: Tue, 06 Apr 2021 10:38:07 +0200 Message-ID: <2706460.UXAmdlcLTE@thomas> In-Reply-To: References: <20210401150614.234257-1-anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 2/2] power: do not skip saving original pstate governor X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" 02/04/2021 13:12, Pattan, Reshma: > > From: dev On Behalf Of Burakov, Anatoly > > On 02-Apr-21 10:26 AM, Anatoly Burakov wrote: > > > Currently, when we set the pstate governor to "performance", we check > > > if it is already set to this value, and if it is, we skip setting it. > > > > > > However, we never save this value anywhere, so that next time we come > > > back and request the governor to be set to its original value, the > > > original value is empty. > > > > > > Signed-off-by: Anatoly Burakov > > Acked-by: Reshma Pattan Applied, thanks