Date: Thu, 27 Mar 2003 17:58:00 +0100 From: Maxime Henrion <mux@freebsd.org> To: Bosko Milekic <bmilekic@unixdaemons.com> Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf options src/sys/netinet ip_output.c Message-ID: <20030327165800.GK57674@elvis.mu.org> In-Reply-To: <20030327164402.GA15454@unixdaemons.com> References: <200303260452.h2Q4quap015364@www.ambrisko.com> <20030326114030.U2075@odysseus.silby.com> <20030326183351.GJ57674@elvis.mu.org> <20030326130903.G2075@odysseus.silby.com> <20030327013224.P7674@odysseus.silby.com> <20030327164402.GA15454@unixdaemons.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030327165800.GK57674>