From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752532AbdGGV6L (ORCPT ); Fri, 7 Jul 2017 17:58:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:55212 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751034AbdGGV6K (ORCPT ); Fri, 7 Jul 2017 17:58:10 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 692D622BDF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org Date: Fri, 7 Jul 2017 17:58:05 -0400 From: Steven Rostedt To: "Rafael J. Wysocki" Cc: Juri Lelli , Thomas Gleixner , Joel Fernandes , Peter Zijlstra , Ingo Molnar , Viresh Kumar , LKML , Linux PM , Vincent Guittot , luca.abeni@santannapisa.it, claudio@evidence.eu.com, Tommaso Cucinotta , bristot@redhat.com, mathieu.poirier@linaro.org, Todd Kjos , Andres Oportus , Morten Rasmussen , Dietmar Eggemann , Patrick Bellasi , Ingo Molnar , "Rafael J . Wysocki" Subject: Re: [RFC PATCH v1 3/8] sched/cpufreq_schedutil: make worker kthread be SCHED_DEADLINE Message-ID: <20170707175805.6bd8f34d@gandalf.local.home> In-Reply-To: <4582085.aKtjXTl7qR@aspire.rjw.lan> References: <20170705085905.6558-1-juri.lelli@arm.com> <20170707105316.whutk3h6x2h6xvyt@e106622-lin> <4582085.aKtjXTl7qR@aspire.rjw.lan> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 07 Jul 2017 15:11:45 +0200 "Rafael J. Wysocki" wrote: > On Friday, July 07, 2017 11:53:16 AM Juri Lelli wrote: > > On 07/07/17 12:46, Thomas Gleixner wrote: > > > On Fri, 7 Jul 2017, Juri Lelli wrote: > > > > How about SCHED_FLAG_SUGOV then? > > > > > > I know sugo della carne, but what's sugo V? > > > > > > > Right.. can't really help not thinking about the same (especially close > > to lunch) :) > > > > But the abbreviation stands for SchedUtil GOVernor (AFAIK). We already > > have a SUGOV_KTHREAD_PRIORITY (that I just noticed I need to remove BTW) > > in sched/cpufreq_schedutil.c. > > SCHED_FLAG_CPUFREQ_WORKER comes to mind, but it's somewhat long. > It is rather long. Although I actually hate the SUGOV, it is easily grepable. Just comment what it stands for. We can always change it later. -- Steve