On Tue, 9 Jan 2001, Linus Torvalds wrote: > The _lower-level_ stuff (ie TCP and the drivers) want the "array of > tuples", and again, they do NOT want an array of pages, because if > somebody does two sendfile() calls that fit in one packet, it really needs > an array of tuples. A kiobuf simply provides that tuple plus the completion callback. Stick a bunch of them together and you've got a kiovec. I don't see the advantage of moving to simpler primatives if they don't provide needed functionality. > In short, the kiobuf interface is _always_ the wrong one. Please tell me what you think the right interface is that provides a hook on io completion and is asynchronous. -ben - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: [PLEASE-TESTME] Zerocopy networking pat... Linus Torvalds
- Re: [PLEASE-TESTME] Zerocopy networking pat... Andrew Scott
- Re: [PLEASE-TESTME] Zerocopy networking pat... Christoph Hellwig
- Re: [PLEASE-TESTME] Zerocopy networking pat... Rik van Riel
- Re: [PLEASE-TESTME] Zerocopy networking pat... Christoph Hellwig
- Re: [PLEASE-TESTME] Zerocopy networking pat... Linus Torvalds
- Re: [PLEASE-TESTME] Zerocopy networking pat... Christoph Hellwig
- Re: [PLEASE-TESTME] Zerocopy networking pat... Linus Torvalds
- Re: [PLEASE-TESTME] Zerocopy networking pat... Albert D. Cahalan
- Re: [PLEASE-TESTME] Zerocopy networking pat... Linus Torvalds
- Re: [PLEASE-TESTME] Zerocopy networking pat... Benjamin C.R. LaHaise
- Re: [PLEASE-TESTME] Zerocopy networking pat... Linus Torvalds
- Re: [PLEASE-TESTME] Zerocopy networking pat... Gerd Knorr
- Re: [PLEASE-TESTME] Zerocopy networking pat... Stephen C. Tweedie
- Re: [PLEASE-TESTME] Zerocopy networking patch, ... Ingo Molnar
- Re: [PLEASE-TESTME] Zerocopy networking pat... Christoph Hellwig
- Re: [PLEASE-TESTME] Zerocopy networking pat... Ingo Molnar
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Stephen C. Tweedie
- Re: [PLEASE-TESTME] Zerocopy networking patch, ... Ingo Molnar
- Re: [PLEASE-TESTME] Zerocopy networking pat... Alan Cox
- Re: [PLEASE-TESTME] Zerocopy networking pat... Stephen C. Tweedie