Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753297AbdGJJ3C (ORCPT ); Mon, 10 Jul 2017 05:29:02 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:35439 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752276AbdGJJ3B (ORCPT ); Mon, 10 Jul 2017 05:29:01 -0400 MIME-Version: 1.0 In-Reply-To: <20170710084647.zs6wkl3fumszd33g@hirez.programming.kicks-ass.net> References: <1499650721-5928-1-git-send-email-aubrey.li@intel.com> <20170710084647.zs6wkl3fumszd33g@hirez.programming.kicks-ass.net> From: Wanpeng Li Date: Mon, 10 Jul 2017 17:29:00 +0800 Message-ID: Subject: Re: [RFC PATCH v1 00/11] Create fast idle path for short idle periods To: Peter Zijlstra Cc: Aubrey Li , Thomas Gleixner , Len Brown , "Rafael J. Wysocki" , ak@linux.intel.com, Tim Chen , arjan@linux.intel.com, "Paul E. McKenney" , Yang Zhang , "the arch/x86 maintainers" , "linux-kernel@vger.kernel.org" , Aubrey Li Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 577 Lines: 18 2017-07-10 16:46 GMT+08:00 Peter Zijlstra : > On Mon, Jul 10, 2017 at 09:38:30AM +0800, Aubrey Li wrote: >> We measured 3%~5% improvemnt in disk IO workload, and 8%~20% improvement in >> network workload. > > Argh, what a mess :/ Agreed, this patchset is a variant of https://lkml.org/lkml/2017/6/22/296 As I mentioned before, we should not churn the core path. Regards, Wanpeng Li > > So how much of the gain is simply due to skipping NOHZ? Mike used to > carry a patch that would throttle NOHZ. And that is a _far_ smaller and > simpler patch to do.