On Fri, 1 Apr 2005, Chen, Kenneth W wrote: > > Paul, you definitely want to check this out on your large numa box. I booted > a kernel with this patch on a 32-way numa box and it took a long .... time > to produce the cost matrix.
Is there anything fundamentally wrong with the notion of just initializing the cost matrix to something that isn't completely wrong at bootup, and just lettign user space fill it in? Then you couple that with a program that can do so automatically (ie move the in-kernel heuristics into user-land), and something that can re-load it on demand. Voila - you have something potentially expensive that you run once, and then you have a matrix that can be edited by the sysadmin later and just re-loaded at each boot.. That sounds pretty optimal, especially in the sense that it allows the sysadmin to tweak things depending on the use of the box is he really wants to. Hmm? Or am I just totally on crack? Linus - 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/