Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938630AbcKLFWj (ORCPT ); Sat, 12 Nov 2016 00:22:39 -0500 Received: from mail-qk0-f182.google.com ([209.85.220.182]:36665 "EHLO mail-qk0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934321AbcKLFWh (ORCPT ); Sat, 12 Nov 2016 00:22:37 -0500 MIME-Version: 1.0 In-Reply-To: <20161111143935.GK3117@twins.programming.kicks-ass.net> References: <85bf45982709e06f7f42e1b8f8315945e9d9b6d0.1478858983.git.viresh.kumar@linaro.org> <20161111143935.GK3117@twins.programming.kicks-ass.net> From: Viresh Kumar Date: Sat, 12 Nov 2016 10:52:35 +0530 Message-ID: Subject: Re: [PATCH 2/3] cpufreq: schedutil: move slow path from workqueue to SCHED_FIFO task To: Peter Zijlstra Cc: Tommaso Cucinotta , Rafael Wysocki , Ingo Molnar , Lists linaro-kernel , "linux-pm@vger.kernel.org" , Linux Kernel Mailing List , Vincent Guittot , Juri Lelli , Robin Randhawa , Steve Muckle 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: 566 Lines: 16 On 11 November 2016 at 20:09, Peter Zijlstra wrote: > On Fri, Nov 11, 2016 at 03:32:04PM +0100, Tommaso Cucinotta wrote: >> >+ struct sched_param param = { .sched_priority = 50 }; >> >> won't you have a tunable here? (sysctl?) > > You can use the regular userspace tools, like schedtool and chrt to set > priorities. I wanted to get some help from you on this Peter. The out of tree Interactive governor has always used MAX_RT_PRIORITY - 1 here instead of 50. But Steve started with 50. What do you think should the value be ? -- viresh