Re: [PATCH][RESEND v5] x86/resctrl: Add task resctrl information display

From: Chris Down
Date: Thu Jan 09 2020 - 09:24:50 EST


Chen Yu writes:
+#ifdef CONFIG_PROC_CPU_RESCTRL
+
+/*
+ * A task can only be part of one control
+ * group and of one monitoring group which
+ * is associated to that control group.
+ * So one line is simple and clear enough:

Can we please avoid using the word "control group" to describe these? It's extremely confusing for readers since it's exactly the same word as used for actual cgroups, especially since those are also a form of "resource control"...

Doesn't official documentation refer to them as "resource groups" to avoid this?