On Mer, 2005-11-23 at 17:06 -0500, Jeff Garzik wrote: > Sample ideas: VM page pre-zeroing. ATA PIO data xfers (async copy to > static buffer, to dramatically shorten length of kmap+irqsave time). > Extremely large memcpy() calls.
ATA PIO copies are 512 bytes of memory per sector and that is usually already in cache and on cache line boundaries. You won't even be able to measure it done by the CPU. I can't see the I/O engine sync cost being worth it. Might just about help large transfers I guess but you don't do multisector which is the only case you'd get perhaps 8K an I/O. > Additionally, current IOAT is memory->memory. I would love to be able > to convince Intel to add transforms and checksums, Not just transforms but also masks and maybe even merges and textures would be rather handy 8) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html