Re: NUMA scheduler broken

Rick Lindsley (ricklind@us.ibm.com)
Fri, 07 Mar 2003 03:51:11 -0800


Looks like __activate_task() should call nr_running_inc(rq) rather than
rq->nr_running++, and the same in wake_up_forked_process(). My guess
is that the bogus node_nr_running value is causing some really poor
scheduling decisions to be made on NUMA. See if that changes your result.

Rick
-
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/