Is linux kernel load balancing or task migration for real time tasks?

It's clear where load balancing and task migrations happen in CFS code in fair.c, but I've looked at the rt.c code and I'm still not sure if there is inter-core load balancing happening with real time.

Thanks in advance.

+3


source to share


1 answer


Yes. Here's an article on KernelShark that can help you see how this happens: http://lwn.net/Articles/425583/



0


source







All Articles