From owner-freebsd-hackers Fri Jul 13 14:37:50 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id BE76937B405 for ; Fri, 13 Jul 2001 14:37:46 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 25049 invoked by uid 1000); 13 Jul 2001 21:37:46 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 13 Jul 2001 21:37:46 -0000 Date: Fri, 13 Jul 2001 16:37:46 -0500 (CDT) From: Mike Silbersack To: Leo Bicknell Cc: Subject: Re: Network performance roadmap. In-Reply-To: <20010713101107.B9559@ussenterprise.ufp.org> Message-ID: <20010713162440.Q24914-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 13 Jul 2001, Leo Bicknell wrote: > Let's go through some new details: > > 1) FreeBSD's TCP windows cannot grow large enough to allow for > optimum performance. The primary obstical to raising them is > that if you do so, the system can run out of MBUF's. Schemes > need to be put in place to limit MBUF usage, and better allocate > buffers per connection. Jiangyi Liu has been working on mbuf limiting code for the past week or so. What he has is pretty complete, I expect to get most of it committed once Bosko gets back. There are tons of nice ideas presented here, but I'm going to have to side with Terry on this: SLOW DOWN! Socket scaling is good, but before it can be discussed seriously, the code has to be written and it has to be tested. Once Matt finishes his code (or someone beats him to similar code), it can be tested and the discussions can continue. As for the whole thread on mbuf allocation and exhaustion: Please end it, it's a diversion from the topic at hand, which is improving performance. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message