Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752265AbbKJKHm (ORCPT ); Tue, 10 Nov 2015 05:07:42 -0500 Received: from mail-wm0-f54.google.com ([74.125.82.54]:32838 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752205AbbKJKHg (ORCPT ); Tue, 10 Nov 2015 05:07:36 -0500 MIME-Version: 1.0 In-Reply-To: <20151109141534.GL17308@twins.programming.kicks-ass.net> References: <1446509428-5616-1-git-send-email-jacob.jun.pan@linux.intel.com> <20151104060654.GC8850@localhost.localdomain> <20151104085830.010e69f8@yairi> <20151105101218.GB3604@twins.programming.kicks-ass.net> <9hhvb9f843c.fsf@e105922-lin.cambridge.arm.com> <20151106111838.6172085d@icelake> <9hhbnb38jy4.fsf@e105922-lin.cambridge.arm.com> <20151109141534.GL17308@twins.programming.kicks-ass.net> Date: Tue, 10 Nov 2015 10:07:35 +0000 Message-ID: Subject: Re: [RFC PATCH 0/3] CFS idle injection From: Juri Lelli To: Peter Zijlstra Cc: Punit Agrawal , Jacob Pan , Eduardo Valentin , Thomas Gleixner , LKML , Arjan van de Ven , Paul Turner , Len Brown , Srinivas Pandruvada , Tim Chen , Andi Kleen , Rafael Wysocki 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: 2079 Lines: 50 Hi, On 9 November 2015 at 14:15, Peter Zijlstra wrote: > On Mon, Nov 09, 2015 at 11:56:51AM +0000, Punit Agrawal wrote: >> Jacob Pan writes: >> > My take is that RT and throttling will never go well together since they >> > are conflicting in principle. >> >> I am not sure I follow. If RT (or other higher priority classes) can't >> be throttled then the CPUs are not able to contribute towards >> constraining power consumption and hence temperature. >> >> This is especially true in certain platforms where tasks belong to the >> RT class to maintain user experience, e.g., audio and video. > > Audio/Video playback generally doesn't take a _lot_ of time these days. > What is important though is _when_ it happens. > > And media playback typically already has a very well defined and stable > cadence (24Hz or whatnot). What you want is for your idle injector to > sync up with that, not disrupt it. > Do you think that using SCHED_DEADLINE here would be completely foolish? I mean, we would have the duty_cycle/period thing for free, it would be know to the scheduler (as to maybe address Thomas' concerns) and we could think to make idle injection part of system analysis (for the soft-RT use cases). Thanks, - Juri > For other workloads, missing a deadline is about as bad as destroying > the chip, complete system shutdown might be safer than getting delayed. > (The very tired scenario of a saw, a laser and your finger; you want to > shut down the entire machine rather than just cut off your finger.) > > > > -- > 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/ -- 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/