Re: [RFC PATCH v2 07/25] sched/rt: Introduce HCBS specific structs in task_group

From: Juri Lelli
Date: Thu Aug 14 2025 - 08:54:04 EST


Hi!

On 31/07/25 12:55, Yuri Andriaccio wrote:

...

> @@ -467,9 +474,15 @@ struct task_group {
>
> #ifdef CONFIG_RT_GROUP_SCHED
> struct sched_rt_entity **rt_se;
> + /*
> + * The scheduling entities for the task group are managed as a single
> + * sched_dl_entity, each of them sharing the same dl_bandwidth.
> + */
> + struct sched_dl_entity **dl_se;

This is actually one sched_dl_entity per CPU, right? If that is the case
the comment is a little misleading I am afraid (mentioning single
entitiy).

Thanks,
Juri