!65 HCK(High-performance Computing Kit) feature support
Merge Pull Request from: @fary86 **Title: HCK(High-performance Computing Kit) support** **Content:** HCK(High-performance Computing Kit) is a feature focusing on CPU isolation to reduce OS noise. By providing newly added kernel starting parameters to seperate all cpus into two groups, one group is managed by conventional linux, on which tasks like link interrupt and kernel thread would run, the other group is managed by HCK, on which the user can specify HPC(High Performance Computing) task to run. The goal is to reduce the performance influence of interruputs to tasks running on HCK managed cores. This feature is not enabled by default, open CONFIG_PURPOSE_BUILT_KERNEL to enable this feature. Link:https://gitee.com/openeuler/kernel/pulls/65 Reviewed-by: Xie XiuQi <xiexiuqi@huawei.com> Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
Showing
PBK/Kconfig
0 → 100644
PBK/Makefile
0 → 100644
PBK/pbk_cpu.c
0 → 100644
PBK/pbk_cpu.h
0 → 100644
PBK/pbk_domain.c
0 → 100644
PBK/pbk_sysfs.c
0 → 100644
include/linux/pbk.h
0 → 100644
想要评论请 注册 或 登录