> On 8 Apr 2022, at 09:56, Jan Beulich <[email protected]> wrote:
> 
> On 08.04.2022 10:45, Luca Fancellu wrote:
>> Introduce a way to create different cpupools at boot time, this is
>> particularly useful on ARM big.LITTLE system where there might be the
>> need to have different cpupools for each type of core, but also
>> systems using NUMA can have different cpu pools for each node.
>> 
>> The feature on arm relies on a specification of the cpupools from the
>> device tree to build pools and assign cpus to them.
>> 
>> ACPI is not supported for this feature.
>> 
>> Documentation is created to explain the feature.
>> 
>> Signed-off-by: Luca Fancellu <[email protected]>
>> Reviewed-by: Juergen Gross <[email protected]>
> 
> This looks to be not in line with ...
> 
>> ---
>> Changes in v6:
>> - Changed docs, return if booted with ACPI in btcpupools_dtb_parse,
>> panic if /chosen does not exists. Changed commit message (Julien)
>> - Add Juergen R-by for the xen/common/sched part that didn't change
> 
> ... what you say here. What's the scope of Jürgen's R-b? If it has
> restricted scope, you need to retain that restriction for committers
> to know.

Hi Jan,

Sorry about that, I’ve just refreshed my memory with sending-patches.pandoc and 
I see
I should have added Juergen's R-by with # area.

It’s the first time I retain an R-by for just a part of the commit, I will 
remember it for the next
time.

Cheers,
Luca 

> 
> Jan

Reply via email to