2023-11-20 22:22:56

by Reinette Chatre

[permalink] [raw]
Subject: Re: [PATCH v11 5/8] x86/resctrl: Add node-scope to the options for feature scope

Hi Tony,

On 11/9/2023 3:09 PM, Tony Luck wrote:
> Currently supported resctrl features are all domain scoped the same as the
> scope of the L2 or L3 caches.
>
> Add RESCTRL_NODE as a new option for features that are scoped at the
> same granularity as NUMA nodes. This is needed for Intel's Sub-NUMA
> Cluster (SNC) feature where monitoring features are node scoped.
>
> Reviewed-by: Peter Newman <[email protected]>
> Signed-off-by: Tony Luck <[email protected]>
> ---

Please follow guidance in section "Ordering of commit tags" from
Documentation/process/maintainer-tip.rst

With that addressed (thus adding Reviewed-by tags after your
author SOB):
Reviewed-by: Reinette Chatre <[email protected]>

Reinette