From owner-freebsd-questions Thu Nov 30 13:57:52 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA26382 for questions-outgoing; Thu, 30 Nov 1995 13:57:52 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA26375 for ; Thu, 30 Nov 1995 13:57:45 -0800 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id NAA03778; Thu, 30 Nov 1995 13:57:43 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id NAA02372; Thu, 30 Nov 1995 13:52:32 -0800 Message-Id: <199511302152.NAA02372@corbin.Root.COM> To: "Garrett A. Wollman" cc: gpalmer@westhill.cdrom.com, questions@freebsd.org Subject: Re: IPX status and routing In-reply-to: Your message of "Thu, 30 Nov 95 10:34:49 EST." <9511301534.AA08546@halloran-eldar.lcs.mit.edu> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 30 Nov 1995 13:52:27 -0800 Sender: owner-questions@freebsd.org Precedence: bulk >< >> 2) I doubt it. Dedicated routers can do slightly faster packet >> switching as they start routing when they've recieved the header, >> whereas BSD has to wait for the entire packet. > >A good PCI machine (like a 100-MHz Dell I have in the lab) with good >PCI interfaces (like the DE500s we have in that machine) can forward >about 15,000 minimally-sized packets per second (all to the same >destination, but my tests indicate that this shouldn't matter). That >comes to about 7.7 Mbit/s. Not as fast as we would like, but well >within the envelope for most uses. (This load is from an input stream >of 18,000 packets per second over Fast Ethernet.) For larger packets, >the rate goes down somewhat. The maximum packet rate given overhead, collisions, and minimum ethernet packet size (60 bytes) is about 12,500 packets/second. ...so 15,000 packets/ second is higher than what normal ethernet can do for one interface. On the other hand, fast ethernet should be about 10 times that...so we have a long way to go to get to 125,000 packets/second. :-) -DG