Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RDTManager ¶
type RDTManager interface {
CheckSupportRDT() (bool, error)
InitRDT() error
ApplyTasks(clos string, tasks []string) error
ApplyCAT(clos string, cat map[int]int) error
ApplyMBA(clos string, mba map[int]int) error
}
RDTManager provides methods that control RDT related resources. Note: OCI Spec and runC already support the configuration of RDT-related parameters, but CRI and containerd do not yet support it. Therefore, we plan to support the configuration of RDT-related parameters through NRI or CRI in the future.
func NewDefaultManager ¶
func NewDefaultManager() RDTManager
NewDefaultManager returns a defaultRDTManager.
Click to show internal directories.
Click to hide internal directories.