Index of /archives/linux/kernel.org/kernel/people/rml/sched/hyperthreading

Icon  Name                                                Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 2002-08-25 14:13 740 [   ] sha256sums.asc 2023-04-26 06:12 958 [DIR] v2.4/ 2013-01-26 00:42 - [DIR] v2.5/ 2013-01-26 00:42 -
Improved scheduling behavior for P4 "Hyperthreaded" CPUs

Note: HT CPUs do _not_ require this patch.  It is an optimization.

The O(1) scheduler load balancer works to optimally distribute the
process load across all available CPUs.  In symmetric-multithreading
(SMT) CPUs such as Intel P4s with hyperthreading (HT) enabled, all
processors are not created equal.  If possible, it is ideal to
schedule processes onto fully unused processor packages (e.g. both
virtual processors idle).

This patch implements a new balancing policy in the load balancer to
better distribute load on these systems.  It has no effect on UP or
non-x86 systems.  On SMP x86 but non-HT machines, there is a small
overhead but no change in behavior.

	Robert Love