Re: [PATCH v2 05/24] x86/resctrl: Label the resources with their configuration type

From: Reinette Chatre
Date: Wed Mar 31 2021 - 17:38:51 EST


Hi James,

On 3/12/2021 9:58 AM, James Morse wrote:

diff --git a/arch/x86/kernel/cpu/resctrl/internal.h b/arch/x86/kernel/cpu/resctrl/internal.h
index 8a9da490134b..57484d2f6214 100644
--- a/arch/x86/kernel/cpu/resctrl/internal.h
+++ b/arch/x86/kernel/cpu/resctrl/internal.h
@@ -361,12 +361,14 @@ struct rdt_parse_data {
/**
* struct rdt_hw_resource - hw attributes of a resctrl resource
+ * @conf_type: The type that should be used when configuring. temporary

This is annotated with "temporary" but still remains after entire series is applied.

Reinette