Re: [PATCH v2 RFC 08/13] sched/qos: Add a new sched-qos interface
From: Qais Yousef
Date: Tue May 12 2026 - 04:50:01 EST
On 05/12/26 10:30, Peter Zijlstra wrote:
> On Tue, May 12, 2026 at 08:58:09AM +0100, Qais Yousef wrote:
>
> > If you saw schedqos code
>
> I was in fact looking for that, but found this series did not include
> it. Didn't get around to looking harder yet..
I had a link to the commit that integrates rampup multiplier [1]. The utility
is in my github [2] at the moment. I am hoping, if we all agree it is the right
thing to do, to move it to kernel.org and get the development on the list.
I yet to introduce how to manage cookies there FWIW. I still need to spend more
time to bring it to full shape.. I plan to add support to help Tim and Chen to
easily tag QOS_MEM_DEP (or whatever name we choose) tasks/processes so that can
help with driving how cache aware support can be added and managed by this
service. And give us more confidence in the interface and overall concept.
It'd be reassuring to know if it's moving in the right direction or not before
I sink more time on it :)
[1] https://github.com/qais-yousef/schedqos/compare/main...schedqos
[2] https://github.com/qais-yousef/schedqos
>
> > I already have to parse procfs to discover all existing running processes/tasks
> > after connecting to netlink socket to listen to new forks/execs (and plug the
> > race).
>