Re: [PATCH 2/3] cpufreq: schedutil: move slow path from workqueue to SCHED_FIFO task

From: Peter Zijlstra
Date: Fri Nov 11 2016 - 09:39:46 EST


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.