From owner-freebsd-stable@FreeBSD.ORG Tue Aug 10 21:07:57 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB28716A4CE; Tue, 10 Aug 2004 21:07:57 +0000 (GMT) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 891D743D1F; Tue, 10 Aug 2004 21:07:57 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id i7AL7u1p016729; Tue, 10 Aug 2004 17:07:56 -0400 (EDT) (envelope-from mike@sentex.net) Received: from avscan1.sentex.ca ([127.0.0.1]) by localhost (avscan1.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16573-02; Tue, 10 Aug 2004 17:07:56 -0400 (EDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id i7AL7uC4016719; Tue, 10 Aug 2004 17:07:56 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id i7AL7o7R074880; Tue, 10 Aug 2004 17:07:50 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.1.2.0.0.20040810170223.10436e60@64.7.153.2> X-Sender: mdtpop@64.7.153.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Tue, 10 Aug 2004 17:11:53 -0400 To: "Marc G. Fournier" , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <20040810173211.V776@ganymede.hub.org> References: <20040810173211.V776@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan1b cc: freebsd-net@freebsd.org Subject: Re: em driver worse then fxp driver ... why? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 21:07:57 -0000 At 04:37 PM 10/08/2004, Marc G. Fournier wrote: >I have 5 servers sitting on a Linksys 10/100 switch ... 4 of the 5 are >running fxp0 ethernet, while the 5th is running em ... and the 5th >performs atrociously: > >neptune# netstat -ni | head >Name Mtu Network Address Ipkts Ierrs Opkts >Oerrs Coll >em0 1500 00:07:e9:05:1b:2e 36915965 10306 28888840 1 >10858513 > >I've tried in bth half and full duplex mode .. full duplex, Ierrs climbs, >half-duplex, Collisions climb ... if its unmanaged, autoneg is all that will work. Try that and see if the errors climb. If you are still seeing errors check the cables. There are occasionally incompatibilities between certain NICs and switches, but thats pretty rare see /usr/src/sys/dev/em/README ---Mike