Re: [PATCH v5 2/6] sched/topology: Introduce sched_group::flags

2021-09-17 Thread Vincent Guittot
On Sat, 11 Sept 2021 at 03:19, Ricardo Neri wrote: > > There exist situations in which the load balance needs to know the > properties of the CPUs in a scheduling group. When using asymmetric > packing, for instance, the load balancer needs to know not only the > state of dst_cpu but also of its S

[PATCH v5 2/6] sched/topology: Introduce sched_group::flags

2021-09-10 Thread Ricardo Neri
There exist situations in which the load balance needs to know the properties of the CPUs in a scheduling group. When using asymmetric packing, for instance, the load balancer needs to know not only the state of dst_cpu but also of its SMT siblings, if any. Use the flags of the child scheduling do