From owner-freebsd-current@FreeBSD.ORG Wed Sep 29 17:08:52 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 169F116A4CE; Wed, 29 Sep 2004 17:08:52 +0000 (GMT) Received: from ms1.as.pvp.se (dns.pvp.se [213.64.187.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A4843D48; Wed, 29 Sep 2004 17:08:51 +0000 (GMT) (envelope-from kama@pvp.se) Received: by ms1.as.pvp.se (Postfix, from userid 1001) id 895A3B3; Wed, 29 Sep 2004 19:08:49 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ms1.as.pvp.se (Postfix) with ESMTP id 87FC1B2; Wed, 29 Sep 2004 19:08:49 +0200 (CEST) Date: Wed, 29 Sep 2004 19:08:49 +0200 (CEST) From: kama X-X-Sender: kama@ns1.as.pvp.se To: "Raphael H. Becker" In-Reply-To: <20040928232841.W55054@p-i-n.com> Message-ID: <20040929185852.C9118@ns1.as.pvp.se> References: <20040917104356.E55054@p-i-n.com> <414ADD15.FAC42CDB@freebsd.org> <20040917231922.G55054@p-i-n.com> <414B567C.9060904@freebsd.org> <20040917235056.I55054@p-i-n.com> <414B6234.8060904@freebsd.org> <20040918011644.N55054@p-i-n.com> <20040928232841.W55054@p-i-n.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-net@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: if_bge with (was: Re: Strange things on GBit / 1000->100 / net.inet.tcp.inflight.* ) 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: Wed, 29 Sep 2004 17:08:52 -0000 On Tue, 28 Sep 2004, Raphael H. Becker wrote: > Hmm. if_bge buggy? > But, same machine on a FE-Switich worked perfectly (with 100MBit). > > By default ifconfig says: > > bge0: flags=8843 mtu 1500 > options=1a > inet 10.101.240.56 netmask 0xffffff00 broadcast 10.101.240.255 > inet6 fe80::20d:56ff:febb:9c27%bge0 prefixlen 64 scopeid 0x1 > ether 00:0d:56:bb:9c:27 > media: Ethernet autoselect (1000baseTX ) > status: active > If the switch is manageable. Force the settings to 1000baseTX fd on both ends. I only have a crappy non manageable 1Gbps switch, so I tested to link the two servers with a crossed linked cable instead of through the switch. I now seems to have no noticable problems with the cards. If I connect it to the switch I get that link goes down and up all the time. It seems that it cant stop negotiating for the speed and update the settings all the time. Btw, I have the bge patch, posted earlier this month, installed. This happens on both 5.2.1p10 and BETA6. with or without the patch. /Bjorn