On (17/08/07 14:03), Christoph Lameter didst pronounce: > Is there any performance improvement because of this patch? It looks > like processing got more expensive since an additional cacheline needs to > be fetches to get the skip factor. >
It's a small gain on a few machines. Where I thought it was more likely to be a win is on x86-64 NUMA machines particularly if the zonelist ordering was zone order as there would be potentially many nodes to skip. Kernbench didn't show up any regressions for the other machines but the userspace portion of that workload is unlikely to notice the loss of a cache line. -- Mel Gorman Part-time Phd Student Linux Technology Center University of Limerick IBM Dublin Software Lab - 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/