> AFAICT, the RT tasks activity is already taken into account by > decreasing the cpu_power that is used during load balance like in the > find_busiest_queue where weighted_cpuload is divided by cpu_power. >
Yes. RT tasks used to be handled as having a very-large weight [e.g. 2*nice(-20)] but now we just scale cpu-power for how much non-RT time there is available. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

