From owner-freebsd-hackers Mon Nov 3 17:48:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA23339 for hackers-outgoing; Mon, 3 Nov 1997 17:48:06 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from gatekeeper.tsc.tdk.com (root@gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA23256 for ; Mon, 3 Nov 1997 17:48:00 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.4/8.8.4) with ESMTP id RAA18342; Mon, 3 Nov 1997 17:47:49 -0800 (PST) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id RAA25228; Mon, 3 Nov 1997 17:47:48 -0800 (PST) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id RAA10391; Mon, 3 Nov 1997 17:47:47 -0800 (PST) From: Don Lewis Message-Id: <199711040147.RAA10391@salsa.gv.tsc.tdk.com> Date: Mon, 3 Nov 1997 17:47:47 -0800 In-Reply-To: Simon Shapiro "Re: de0 errors" (Nov 3, 5:15pm) X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: Simon Shapiro , Don Lewis Subject: Re: de0 errors Cc: freebsd-hackers@FreeBSD.ORG, Jaye Mathisen , Matt Thomas , Charles Henrich Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Nov 3, 5:15pm, Simon Shapiro wrote: } Subject: Re: de0 errors } } Hi Don Lewis; On 04-Nov-97 you wrote: } } ... } } > } Humm, tcpblast shows 4.0MB/sec. Granted this isnt an empty net } > either, fairly } > } busy I would imagine. } > } > That's probably a reasonable number for a 10Mb network, but not a } > 100Mb network. BTW, I bet this NIC is also hurting your disk I/O } > throughput since it is hogging the PCI bus because it's using an } > inefficient transfer method. } } I must be missing something. 4MB/sec. on TCP/IP over Ethernet is on a good } day, more than 40MHz. No? You're not missing anything, I slipped a decimal point. Sigh ... BTW, I just did some quick calculations and a 21140 + 440FX might still be able to drive the network at full speed without running out of PCI bandwidth. It's just that if you're transmitting, you'll consume about 4x the transmit bandwidth on the PCI bus. If you're able to send at 10MB/sec, then you'll consume about 40MB/sec on the PCI bus out of the theoretical 132MB/sec. --- Truck