On Fri, 2002-10-04 at 14:15, Kevin D. Kissell wrote: > Which is excatly the point that Carsten was raising when he started this thread! > > The question is how, i.e. throttle memcpy or thow away a "guard band" of RAM? The x86 code basically says while(over 320 bytes left) { prefetch ahead copy bits } while(bytes left) copy bits You also have to watch the prefetching in the tcp checksum code. We hit an x86 bug there also very recently. That one is new but shows up with the zero copy tcp nfs