From owner-freebsd-hackers Wed Jun 18 13:35:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA09777 for hackers-outgoing; Wed, 18 Jun 1997 13:35:01 -0700 (PDT) Received: from phantasm.scl.ameslab.gov (phantasm.scl.ameslab.gov [147.155.142.74]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id NAA09763 for ; Wed, 18 Jun 1997 13:34:58 -0700 (PDT) Received: (from ccsanady@localhost) by phantasm.scl.ameslab.gov (8.6.12/8.6.12) id UAA05453; Wed, 18 Jun 1997 20:34:50 GMT From: "Chris Csanady" Message-Id: <9706181534.ZM5451@phantasm.scl.ameslab.gov> Date: Wed, 18 Jun 1997 15:34:49 -0500 In-Reply-To: sthaug@nethelp.no "Re: Network concurrency problems!?" (Jun 18, 10:18pm) References: <9706181357.ZM5365@phantasm.scl.ameslab.gov> <3666.866665118@verdi.nethelp.no> X-Mailer: Z-Mail (3.2.3 08feb96 MediaMail) To: sthaug@nethelp.no Subject: Re: Network concurrency problems!? Cc: hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Jun 18, 10:18pm, sthaug@nethelp.no wrote: > Subject: Re: Network concurrency problems!? > > Some background.. I have 2 ppro200 machines running 2.2.2 with 4 back > > to back full duplex 100Mbps connections. (and 2 10Mbps connections to > > a real network.) These are all SMC 10/100 cards, using Matt's 960603 > > drivers. I am concurrently running NetPIPE over each of the links. It > > tests TCP, using a range of increasing block sizes. (info at > > http://www.scl.ameslab.gov/netpipe) > > > > I don't know if this is a generic problem or driver specific, but when I > > have 2-4 cards in a machine, I am only able to saturate one link with > > larger transfer sizes. With 4 cards, at approx 6k, and 16k, two of the > > pipes are completely starved. The last runs about 10Mbps slower. Also, > > there appear to be hundreds of thousands of collisions on a couple of the > > interfaces. (This should be impossible, correct?) > > Collisions are a sign that your interfaces are *not* running full duplex. The cards say they are full duplex. The little light is on.. A switch also tells me the same if I plug them in. > Also, if you expect a PPro-200 to saturate 4 100 Mbps links, I think you > are a wee bit optimistic. (One link, no problem.) I don't expect it to. Although.. I am concerned that when one is saturated, no packets go through the others. This is a Bad Thing(tm).. Chris