Hi, On Tue, Jan 09, 2001 at 12:30:39PM -0500, Benjamin C.R. LaHaise wrote: > On Tue, 9 Jan 2001, Ingo Molnar wrote: > > > this is why i ment that *right now* kiobufs are not suited for networking, > > at least the way we do it. Maybe if kiobufs had the same kind of internal > > structure as sk_frag (ie. array of (page,offset,size) triples, not array > > of pages), that would work out better. > > That I can agree with, and it would make my life easier since I really > only care about the completion of an entire io, not the individual > fragments of it. Right, but this is why the kiobuf IO functions are supposed to accept kiovecs (ie. counted vectors of kiobuf *s, just like ll_rw_block receives buffer_heads). The kiobuf is supposed to be a unit of memory, not of IO. You can map several different kiobufs from different sources and send them all together to brw_kiovec() as a single IO. Cheers, Stephen - 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 patch, 2.4.0... Andrea Arcangeli
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Rik van Riel
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Chris Evans
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Ingo Molnar
- [patch]: ac4 blk (was Re: [PLEASE-TESTME] Zerocopy n... Jens Axboe
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... J Sloan
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Stephen C. Tweedie
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Benjamin C.R. LaHaise
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Ingo Molnar
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Benjamin C.R. LaHaise
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Stephen C. Tweedie
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Ingo Molnar
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Christoph Hellwig
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... David S. Miller
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Linus Torvalds
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Ingo Molnar
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Linus Torvalds
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Christoph Hellwig
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Linus Torvalds
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Christoph Hellwig
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0... Linus Torvalds