cvs commit: src/sys/kern uipc_mbuf.c uipc_syscalls.c src/sys/net
if_tap.c if_tun.c ppp_tty.c src/sys/netgraph ng_device.c
src/sys/sys mbuf.h
Bruce M. Simpson
bms at FreeBSD.org
Fri Nov 3 13:33:26 UTC 2006
Andre Oppermann wrote:
> Rewrite m_uiotombuf() to use m_getm2() for mbuf allocation and do the
> uiomove() in a tight loop over the mbuf chain. Add a flags parameter to
> accept mbuf flags to be passed to m_getm2(). Adjust all callers for the
> extra parameter.
Has any benchmarking against tap(4) been done? It would be interesting
if there were a performance increase here for large sends i.e.
jumbograms being sent on software loopback.
BMS
More information about the cvs-src
mailing list