cvs commit: src/sys/dev/cxgb/sys mvec.h uipc_mvec.c

[ Available lists | Index of cvs-src | Month of Apr 2007 | Week of 14 Apr 2007 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Kip Macy <kmacy@FreeBSD.org>
Date
14 Apr 2007 20:38:38
Subject
cvs commit: src/sys/dev/cxgb/sys mvec.h uipc_mvec.c
Message-ID
200704142038.l3EKcc3P074047@repoman.freebsd.org


[ Hide this part ]
kmacy       2007-04-14 20:38:38 UTC

FreeBSD src repository

Modified files:
sys/dev/cxgb/sys mvec.h uipc_mvec.c
Log:
add reference count pointer to mbuf iovec
implement robust version of m_collapse
add support for sf_buf
add fix for m_iovappend
add calls to m_sanity under INVARIANTS
fix m_freem_vec to correctly travese the mbuf iovec chain

Revision Changes Path
1.4 +81 -38 src/sys/dev/cxgb/sys/mvec.h
1.5 +300 -123 src/sys/dev/cxgb/sys/uipc_mvec.c


Elapsed time: 0.181 seconds