cvs commit: src/sys/conf options src/sys/netinet ip_output.c

Sam Leffler sam at errno.com
Wed Mar 26 01:55:22 PST 2003


> I've been pondering where the tradeoff between avoiding memory copies and
> doing excessive scatter / gather DMA lies.  Perhaps we should be
> defragmenting any chain over a certain amount of length, no matter the
> limit imposed by the card.  This sounds like a Terry question. :)

I hit this in fast ipsec.  I do "agressive coalescing" when creating
writable mbuf chains on output.  It's a big win for various things.  Full
results will be in the paper I'm writing for bsdcon.

    Sam




More information about the cvs-all mailing list