Re: [PATCH v11 5/8] x86/resctrl: Add node-scope to the options for feature scope
From: Reinette Chatre
Date: Mon Nov 20 2023 - 17:22:16 EST
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 <peternewman@xxxxxxxxxx>
> Signed-off-by: Tony Luck <tony.luck@xxxxxxxxx>
> ---
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 <reinette.chatre@xxxxxxxxx>
Reinette