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

Maxime Henrion mux at freebsd.org
Thu Mar 27 08:58:03 PST 2003


Bosko Milekic wrote:
> 
> Can you please still use m_gethdr() or m_getcl() to do the allocations
> in the defragment function?  Similarly, for > MCLBYTES, use m_getm().
> Don't roll your own.

Please see my reply to Mike for the first version of his patch.  He
couldn't do this because m_dup_pkthdr() has a KASSERT() that makes it
panic if we have a cluster attached to the mbuf.

Cheers,
Maxime


More information about the cvs-src mailing list