Date: Fri, 19 Jan 2007 14:25:19 -0500 (EST) From: Andrew Gallatin <gallatin@cs.duke.edu> To: Randall Stewart <rrs@cisco.com> Cc: freebsd-net <freebsd-net@freebsd.org> Subject: Re: kern_mbuf.c patch Message-ID: <17841.6943.770698.707214@grasshopper.cs.duke.edu> In-Reply-To: <45B0D2E3.9050203@cisco.com> References: <45B0D2E3.9050203@cisco.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Randall Stewart writes: > nmbclusters = 1024 + maxusers * 64; > + nmbjumbop = 100 + (maxusers * 4); The limit on page-size jumbos seems far too small. Since the socket buffer code now uses page-sized jumbos, I'd expect to see its limit be the same as nmbclusters. Drew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17841.6943.770698.707214>