Ingo Molnar wrote on Thursday, March 31, 2005 10:46 PM > before we get into complexities, i'd like to see whether it solves Ken's > performance problem. The attached patch (against BK-curr, but should > apply to vanilla 2.6.12-rc1 too) adds the autodetection feature. (For > ia64 i've hacked in a cachesize of 9MB for Ken's testsystem.)
Very nice, it had a good estimate of 9ms on my test system. Our historical data showed that 12ms was the best on the same system for the db workload (that was done on 2.6.8). Scheduler dynamic has changed in 2.6.11 and this old finding may not apply any more for the new kernel. migration cost matrix (cache_size: 9437184, cpu: 1500 MHz): [00] [01] [02] [03] [00]: 9.1 8.5 8.5 8.5 [01]: 8.5 9.1 8.5 8.5 [02]: 8.5 8.5 9.1 8.5 [03]: 8.5 8.5 8.5 9.1 min_delta: 8908106 using cache_decay nsec: 8908106 (8 msec) 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. - 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/