Messages in this thread |  | | Subject | [RFC] dynsched - different cpu schedulers per cpuset | From | Felix Obenhuber <> | Date | Sun, 26 Nov 2006 17:06:29 +0100 |
| |
Hej,
we're a student group witch is working on a research project concerning the ability to switch the cpu scheduler of the linux kernel at runtime.
We use Peter Williams Plugsched patch [1] to get an interface for the different scheduler implementations. Some month ago we started to modify the code to allow different scheduler running on each cpu on an SMP system. The cpu<->scheduler mapping is controlled via cpusets. Thus you can switch the scheduler for a cpuset containing multiple cpus and keep the rest untouched.
The project is hosted on Sourceforge [2] and the current patch applies against 2.6.18 patched with plugsched.
Threre are still lots of issues - especially the migration of tasks between cpus with different schedulers is quite buggy.
Switching the scheduler on non smp configured systems works fine (tested x86)
Refer the project instruction site [3] for further information and usage / patch instructions.
We'd be quite happy, if someone could take a look at what we've done to gain some feedback/suggestions about the used techniques and implementation. Some changes are already queued.
The project documentation (description/benchmarks/usage/bugs) is in progress and will be completed in about 4 weeks.
Thanks a lot.
cheers,
Felix
[1] http://sourceforge.net/projects/cpuse/ [2] http://sourceforge.net/projects/dynsched/ [3] http://dynsched.sourceforge.net -- Felix Obenhuber felixatobenhuber.de www.obenhuber.de/felix GPG: F696D489 Sat Nov 18 15:56:31 CET 2006 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |