Re: [PATCH 1/2] Docs/admin-guide/cgroup-v2: document BPF scheduler callbacks for cpu.max and cpu.idle
| Newsgroups | dev.linux.lists.sched-ext,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Hello, On Wed, Aug 19, 2026 at 10:08:32AM -1000, Tejun Heo wrote: > The "CPU Interface Files" preamble defines the categories that the > interface file entries refer back to and it only knows about > cgroup_set_weight: > > With cpu.max, cpu.max.burst and cpu.idle now referring to > cgroup_set_bandwidth and cgroup_set_idle, the preamble no longer covers > the entries that follow it. Can you please update the preamble to match, > e.g. by making the bullets refer to the corresponding cgroup_set_* > callback, and resend? Right, I missed that the preamble only knows cgroup_set_weight. Generalized the bullets to the corresponding cgroup_set_* callback and resent as v2. Thanks for the review. -- Liang