From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752237AbeBFOMc (ORCPT ); Tue, 6 Feb 2018 09:12:32 -0500 Received: from mga17.intel.com ([192.55.52.151]:32797 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751848AbeBFOMW (ORCPT ); Tue, 6 Feb 2018 09:12:22 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,468,1511856000"; d="scan'208";a="25101155" Date: Tue, 6 Feb 2018 22:16:14 +0800 From: Yu Chen To: Lukas Wunner Cc: x86@kernel.org, Thomas Gleixner , Ingo Molnar , "Rafael J . Wysocki" , Len Brown , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Rui Zhang Subject: Re: [PATCH 3/3][RFC/RFT] PM / sleep: Do not delay the synchronization of MTRR during resume Message-ID: <20180206141614.GA912@yu-chen.sh.intel.com> References: <1613777.Al2QaFApID@aspire.rjw.lan> <20171213160242.GB29572@yu-chen.sh.intel.com> <20180206140417.GA14526@wunner.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180206140417.GA14526@wunner.de> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 06, 2018 at 03:04:17PM +0100, Lukas Wunner wrote: > On Thu, Dec 14, 2017 at 12:02:42AM +0800, Yu Chen wrote: > > On Wed, Dec 13, 2017 at 01:31:50AM +0100, Rafael J. Wysocki wrote: > > > On Tuesday, October 31, 2017 10:58:50 AM CET Yu Chen wrote: > [snip] > > > > In one word, with the patch applied, the cpu online time during resume > > > > has decreased by about 6 seconds on a bogus MTRR platform, and decreased > > > > by about 600ms on a 88 cpus Xeon platform after resumed. > > > > > > > > Cc: Len Brown > > > > Cc: Rafael J. Wysocki > > > > Cc: Rui Zhang > > > > Signed-off-by: Chen Yu > > > > > > It will be better to combine this with patch [2/3] IMO, because that makes > > > it clear why the changes in that patch are needed. > > > > > > Also you can define the new flag in mtrr/main.c, set it in > > > arch_enable_nonboot_cpus_begin() and clear it in > > > arch_enable_nonboot_cpus_end(). It is better to put it into the > > > arch-specific code as the flag itself is arch-specific. > > > > > > Then, of course, you don't need patch [1/3] and all can be done in one > > > patch. > > > > Ok, will rewrite the patch, thanks! > > Just for the record, this series cuts down resume time from system sleep > by 4-5 seconds on my MacBookPro9,1. Great work, looking forward to this > being respun and merged. > > Tested-by: Lukas Wunner > Thanks Lukas, I've sent the latest patch at: https://patchwork.kernel.org/patch/10150077/ > Thanks, > > Lukas