Re: zero-copy TCP fileserving

Roman Zippel (zippel@fh-brandenburg.de)
Mon, 7 Jun 1999 16:12:08 +0200 (MET DST)


Hi,

> All the useful research is on message passing. That is a different game to
> TCP. Most of it is not SMP related - SMP scaling means you can't use mmu
> tricks for this stuff. Cross cpu invalidates to COW pages kill you rather
> rapidly

That's a problem on intel, e.g. ppc can invalidate pte's on other
cpu with a few instructions and doesn't need such a horrible
smp_flush_tlb(), so zerocopy is possible, but not with intel/smp.

bye, Roman

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