Re: [PATCH v4 12/24] x86/resctrl: Group staged configuration into a separate struct

From: Reinette Chatre
Date: Tue Jun 15 2021 - 14:09:21 EST


Hi James,

On 6/14/2021 1:09 PM, James Morse wrote:
diff --git a/include/linux/resctrl.h b/include/linux/resctrl.h
index 8fa806c85cec..8fad1af8f15e 100644
--- a/include/linux/resctrl.h
+++ b/include/linux/resctrl.h
@@ -23,13 +23,21 @@ enum resctrl_conf_type {
CDP_DATA,
};
+/**
+ * struct resctrl_staged_config - parsed configuration to be applied
+ * @new_ctrl: new ctrl value to be loaded
+ * @have_new_ctrl: whether the user provide new_ctrl is valid

user provide -> user provided?

Reinette