mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] node capacity fixes for NUMA balancing
@ 2014-08-04 17:23 riel
  2014-08-04 17:23 ` [PATCH 1/2] sched,numa: fix off-by-one in capacity check riel
  2014-08-04 17:23 ` [PATCH 2/2] sched,numa: fix numa capacity computation riel
  0 siblings, 2 replies; 5+ messages in thread
From: riel @ 2014-08-04 17:23 UTC (permalink / raw)
  To: linux-kernel
  Cc: peterz, mgorman, mingo, vincent.guittot, Morten.Rasmussen,
	nicolas.pitre, efault

The NUMA balancing code has a few issues with determining the
capacity of nodes, and using it when doing a task move.

First the NUMA balancing code does not have the equivalent of
c61037e9 to fix the "phantom cores" phenomenon in the presence
of SMT.

Secondly, the NUMA balancing code will happily move a task from
a node that is loaded to capacity, to another node that is
loaded to capacity. This can leave the second node overloaded.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-12 14:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-04 17:23 [PATCH 0/2] node capacity fixes for NUMA balancing riel
2014-08-04 17:23 ` [PATCH 1/2] sched,numa: fix off-by-one in capacity check riel
2014-08-12 14:53   ` [tip:sched/core] sched/numa: Fix " tip-bot for Rik van Riel
2014-08-04 17:23 ` [PATCH 2/2] sched,numa: fix numa capacity computation riel
2014-08-12 14:53   ` [tip:sched/core] sched/numa: Fix " tip-bot for Rik van Riel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome