Steve Lord <[EMAIL PROTECTED]> writes: > > I realize this is one data point on one end of the scale, but I > just wanted to make the point that there are cases where it > does matter. Hopefully William's little change from last > year has helped out a lot.
There are more datapoints: e.g. performance on megaraid controllers (very popular because a big PC vendor ships them) was always quite bad on Linux. Up to the point that specific IO workloads run half as fast on a megaraid compared to other controllers. I heard they do work better on Windows. Also I did some experiments with coalescing SG lists in the Opteron IOMMU some time ago. With a MPT fusion controller and forcing all SG lists through the IOMMU so that the SCSI controller always only contiguous mappings I saw ~5% improvement on some IO tests. Unfortunately there are some problems that doesn't allow to enable this unconditionally. But it gives strong evidence that MPT Fusion prefers shorter SG lists too. So it seems to be worthwhile to optimize for shorter SG lists. Ideally the Linux IO patterns would look similar to the Windows IO patterns, then we could reuse all the optimizations the controller vendors did for Windows :) -Andi - 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/