Hello, On Fri, May 27, 2022 at 10:30:18AM +0200, Juri Lelli wrote: > FWIW, I was under the impression that this would nicely fit along the > side of other feaures towards implenting dynamic isolation of CPUs (say > https://lore.kernel.org/lkml/20220510153413.400020-1-longman@xxxxxxxxxx/ > for example). Wouldn't be awkward to have to poke different places to > achieve isolation at runtime? So, it were just being part of the isolated domain thing, it would make sense, but as a separate flag which isn't hierarchical, it's weird to put it there. > Also, I wonder if a proc/sys interface might be problematic for certain > middleware that is substantially based on using cgroups. I'll try to ask > around. :) There is a downside to making a feature a part of cpuset in that it makes cgroup usage mandatory. This is fine for something which benefits from hierarchical organization but it is weird to require building cgroup hierarchy for straight-forward system-wide features. Thanks. -- tejun