[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZvCKPkwwC9-o2dsQ@mtj.duckdns.org>
Date: Sun, 22 Sep 2024 11:21:02 -1000
From: Tejun Heo <tj@...nel.org>
To: andrea.righi@...ux.dev
Cc: David Vernet <void@...ifault.com>,
Giovanni Gherdovich <giovanni.gherdovich@...e.com>,
Kleber Sacilotto de Souza <kleber.souza@...onical.com>,
Marcelo Henrique Cerri <marcelo.cerri@...onical.com>,
Phil Auld <pauld@...hat.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] sched_ext: Provide a sysfs enable_seq counter
Hello, Andrea.
On Sat, Sep 21, 2024 at 09:39:21PM +0200, andrea.righi@...ux.dev wrote:
> static struct attribute *scx_global_attrs[] = {
> &scx_attr_state.attr,
> &scx_attr_switch_all.attr,
> &scx_attr_nr_rejected.attr,
> &scx_attr_hotplug_seq.attr,
> + &scx_attr_enable_seq.attr,
> NULL,
> };
Can you put this in scx_sched_attrs instead as it probably would make sense
to track this per-scheduler in the future when we support stacked
schedulers.
Thanks.
--
tejun
Powered by blists - more mailing lists