Re: [RFC] [PATCH 0/3] ioat: DMA engine support

From: Avi Kivity
Date: Thu Nov 24 2005 - 10:24:26 EST


Andi Kleen wrote:

Don't forget that there are benefits of not polluting the cache with the traffic for the incoming skbs.



Is that a general benefit outside benchmarks? I would expect
most real programs to actually do something with the data
- and that usually involves needing it in cache.



As an example, an NFS server reads some data pages using iSCSI and sends them using NFS/TCP (or vice versa).

In the I/O AT case it might make sense to do a few prefetch()es of the userland data on the return-to-userspace code path.


Some prefetches for user space might be a good idea yes



As long as they can be turned off. Not all usespace applications want to touch the data immediately.



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/