[RFC,0/3] x86/resctrl: Miscellaneous resctrl features

Message ID 167278351577.34228.12803395505584557101.stgit@bmoger-ubuntu
Headers
Series x86/resctrl: Miscellaneous resctrl features |

Message

Moger, Babu Jan. 3, 2023, 10:06 p.m. UTC
  These series adds support for 3 minor features. 
1. Support assigning multiple tasks to control/mon groups
2. Detect and move task's threads automatically to the groups
3. Add RMID and CLOSID in resctrl inteface.

These feature requests are coming from our test team. They have
been asking me to add these features to QoS for a while. Please
review and comment if these changes make sense. Thanks

---

Babu Moger (3):
      x86/resctrl: Add multiple tasks to the resctrl group at once
      x86/resctrl: Move the task's threads to the group automatically
      x86/resctrl: Display the RMID and COSID for resctrl groups


 Documentation/x86/resctrl.rst          | 28 ++++++--
 arch/x86/kernel/cpu/resctrl/rdtgroup.c | 90 +++++++++++++++++++++++---
 2 files changed, 104 insertions(+), 14 deletions(-)

--