Re: Inter-process send()/recv() using zero-copy ?

From: Nikita V. Youshchenko
Date: Wed Sep 23 2009 - 02:51:45 EST


> the problem you have is that
> 1) memory copies are cheap
> (say, 3000 cycles/page or less)

What about L1 cache pollution? Doesn't it change situation?

> 2) page table operations (mmap etc) are very expensive.
>
> these two combined tend to not make it a win to substitute simple
> copies with complex pagetable tricks.


--
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/