kubewharf / katalyst-core

Katalyst aims to provide a universal solution to help improve resource utilization and optimize the overall costs in the cloud. This is the core components in Katalyst system, including multiple agents and centralized components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Proposal] Implement an RDT external manager to execute RDT-related configurations

caohe opened this issue · comments

commented

What would you like to be added?

Develop an RDT external manager to carry out RDT-related configurations:

  • Check whether RDT is supported by the CPU and the kernel.
  • Perform some RDT-related initialization, such as:
    • Mounting the resctrl file system;
    • Creating a CLOS directory for each QoS class.
  • Synchronize the tasks of each CLOS.
  • Apply the CAT configurations for each CLOS.
  • Apply the MBA configurations for each CLOS.