Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sched):【任务发布】实现跨核负载均衡(pelt算法等) #758

Open
GnoCiYeH opened this issue Apr 23, 2024 · 2 comments
Open
Labels
A-sched Area: 调度子系统 enhancement New feature or request In-progress

Comments

@GnoCiYeH
Copy link
Member

需求

目前的调度子系统未实现核间的负载均衡,需要参考Linux pelt等算法实现跨核负载均衡以及调度实体核间转移

参考

Linux-6.6.21/kernel/sched/pelt.c

@GnoCiYeH GnoCiYeH added the enhancement New feature or request label Apr 23, 2024
@dragonosbot dragonosbot added the needs-triage 这个问题可能需要分类处理。如果已经完成分类,请移除它。 label Apr 23, 2024
@GnoCiYeH GnoCiYeH added A-sched Area: 调度子系统 and removed needs-triage 这个问题可能需要分类处理。如果已经完成分类,请移除它。 labels Apr 23, 2024
@fslongjin fslongjin removed their assignment Apr 23, 2024
@fslongjin fslongjin added this to the DragonOS 0.1.11 milestone Apr 24, 2024
@zwb0x00
Copy link
Contributor

zwb0x00 commented Apr 25, 2024

In-progress: @zwb0x00

@fslongjin
Copy link
Member

这个比较久了,个人感觉可以先实现一个简单的负载均衡算法,至少得让进程能在多核之间调度。你觉得呢 @GnoCiYeH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sched Area: 调度子系统 enhancement New feature or request In-progress
Projects
None yet
Development

No branches or pull requests

4 participants