From owner-freebsd-current@FreeBSD.ORG Sun Oct 17 06:15:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08D2616A4CE for ; Sun, 17 Oct 2004 06:15:29 +0000 (GMT) Received: from pimout1-ext.prodigy.net (pimout1-ext.prodigy.net [207.115.63.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id A469743D2F for ; Sun, 17 Oct 2004 06:15:28 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (adsl-67-124-50-20.dsl.snfc21.pacbell.net [67.124.50.20])i9H6FQWC443898; Sun, 17 Oct 2004 02:15:27 -0400 Message-ID: <41720DFD.2090709@elischer.org> Date: Sat, 16 Oct 2004 23:15:25 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030524 X-Accept-Language: en, hu MIME-Version: 1.0 To: Venkatesh.Babu@nokia.com References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Multiprocessing for network protocol stack X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 06:15:29 -0000 Venkatesh.Babu@nokia.com wrote: > We have a proprietary OS, which is a variant of FreeBSD 2.x and has extensive > changes to protocol stack. We are planning to migrate to the latest FreeBSD > like 4.x or 5.x to get multiprocessor support. So I am trying to evaluate > these options. > > How good the network protocol stack takes advantages of the multi processor > in 5.x ? > > What parallelizing paradigm (Connection level parallelism / Packet level > parallelism / processor per message / predictable parallel protocol > processing) is implemented for network protocol stack (like TCP/IP) in BSD > 5.x ? > > Are there any benchmarks on the performance analysis of network protocol > stack on multiprocessor system ? Parallelisation of teh network stacks is only in "beta" (so to speak) it works (mostly) but still has work to be done. It's a bit early to be basing decisions on numbers we are seeing now.. > > Thanks, VBabu _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, > send any mail to "freebsd-current-unsubscribe@freebsd.org"