Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756292AbbKRQD6 (ORCPT ); Wed, 18 Nov 2015 11:03:58 -0500 Received: from foss.arm.com ([217.140.101.70]:35719 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755922AbbKRQD5 (ORCPT ); Wed, 18 Nov 2015 11:03:57 -0500 Date: Wed, 18 Nov 2015 16:04:40 +0000 From: Morten Rasmussen To: Jacob Pan Cc: Peter Zijlstra , Ingo Molnar , Ingo Molnar , Thomas Gleixner , John Stultz , LKML , Arjan van de Ven , Srinivas Pandruvada , Len Brown , Rafael Wysocki , Eduardo Valentin , Paul Turner Subject: Re: [PATCH 3/4] sched: introduce synchronized idle injection Message-ID: <20151118160439.GE30184@e105550-lin.cambridge.arm.com> References: <1447444387-23525-1-git-send-email-jacob.jun.pan@linux.intel.com> <1447444387-23525-4-git-send-email-jacob.jun.pan@linux.intel.com> <20151118083622.GA25217@gmail.com> <20151118103541.GE3816@twins.programming.kicks-ass.net> <20151118122702.GA30184@e105550-lin.cambridge.arm.com> <20151118124946.GF3816@twins.programming.kicks-ass.net> <20151118140440.GB30184@e105550-lin.cambridge.arm.com> <20151118065233.1a883987@yairi> <20151118150944.GC30184@e105550-lin.cambridge.arm.com> <20151118071131.1136daab@yairi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151118071131.1136daab@yairi> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 906 Lines: 20 On Wed, Nov 18, 2015 at 07:11:31AM -0800, Jacob Pan wrote: > On Wed, 18 Nov 2015 15:09:44 +0000 > Morten Rasmussen wrote: > > > Okay. But it does mean that the defeault idle period is 5 ticks (50ms > > @ HZ=100) and not 5 ms > correct. my reason is to scale with various HZ values. 50ms seems quite long for embedded applications. OTOH, it has to be long enough to enter a package idle state and stay there for a while. You would surely notice it when it kicks in on an Android device. Do you intend to use it only as a last option? One might want to keep using inefficient frequencies (P-states) if those don't cause UI lag then. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/