Re: [RFC PATCH 1/9] sched,cgroup: Add interface for latency-nice

From: Peter Zijlstra
Date: Thu Sep 05 2019 - 04:31:40 EST


On Fri, Aug 30, 2019 at 10:49:36AM -0700, subhra mazumdar wrote:
> Add Cgroup interface for latency-nice. Each CPU Cgroup adds a new file
> "latency-nice" which is shared by all the threads in that Cgroup.

*sigh*, no. We start with a normal per task attribute, and then later,
if it is needed and makes sense, we add it to cgroups.

Also, your Changelog fails on pretty much every point. It doesn't
explain why, it doesn't describe anything and so on.

>From just reading the above, I would expect it to have the range
[-20,19] just like normal nice. Apparently this is not so.