Re: [PATCH v3 6/8] sched/fair: Add sched group latency support

From: Tejun Heo
Date: Mon Sep 12 2022 - 18:19:46 EST


Hello,

On Fri, Sep 09, 2022 at 03:03:07PM +0200, Vincent Guittot wrote:
> + {
> + .name = "latency",
> + .read_s64 = cpu_latency_read_s64,
> + .write_s64 = cpu_latency_write_s64,
> + },

You're still using the nice value here, right? If so, can you please use the
filename "latency.nice" so that it's consistent with "weight.nice"?

Thanks.

--
tejun