Hello, Waiman.
On Wed, Apr 12, 2023 at 08:55:55PM -0400, Waiman Long wrote:
I'm following. The root is already a partition root and the cgroupfs controlSounds a bit contrived. Does it need to be something defined in the rootYes, because we need to take away the isolated CPUs from the effective cpus
cgroup?
of the root cgroup. So it needs to start from the root. That is also why we
have the partition rule that the parent of a partition has to be a partition
root itself. With the new scheme, we don't need a special cgroup to hold the
knobs are owned by the parent, so the root cgroup would own the first level
cgroups' cpuset.cpus.reserve knobs. If the root cgroup wants to assign some
CPUs exclusively to a first level cgroup, it can then set that cgroup's
reserve knob accordingly (or maybe the better name is
cpuset.cpus.exclusive), which will take those CPUs out of the root cgroup's
partition and give them to the first level cgroup. The first level cgroup
then is free to do whatever with those CPUs that now belong exclusively to
the cgroup subtree.
isolated CPUs. The new root cgroup file will be enough to inform the systemI'm not sure we wanna tie with those automatically. I think it'd be
what CPUs will have to be isolated.
My current thinking is that the root's "cpuset.cpus.isolated" will start
with whatever have been set in the "isolcpus" or "nohz_full" boot command
line and can be extended from there but not shrank below that as there can
be additional isolation attributes with those isolated CPUs.
confusing than helpful.