Yes. But there could be secondary stuff here that doesn't show up, like
the block being in the cache before entering the system call, but the TCP
processing fliushing the cache enough that by the time we copy it out to
user space we have nothing cached any more..
> (This is on a P166 with a reasonably good memory subsystem, and the
> machine was sending 500MB of data over TCP loopback).
>
> I presume that means EDO RAM. If so, I'm guessing that
> csum_partial_copy_fromuser was running at about 45 MB/sec, and hence
> your overall throughput was something like 11 MB/sec?
I actually get closer to 20MB/s over TCP loopback. It's EDO RAM and sync
burst cache etc. 20MB/s over TCP isn't bad on a machine that does memcpy
at 43MB/s..
Linus