From owner-freebsd-net@FreeBSD.ORG Fri Jul 13 06:02:58 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63C6F1065672 for ; Fri, 13 Jul 2012 06:02:58 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (unknown [IPv6:2001:470:1f09:14c0::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0F00F8FC08 for ; Fri, 13 Jul 2012 06:02:57 +0000 (UTC) Received: from bsdrookie.norma.com. ([IPv6:fd00::7fc]) by elf.hq.norma.perm.ru (8.14.5/8.14.5) with ESMTP id q6D62r9d071170 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Fri, 13 Jul 2012 12:02:55 +0600 (YEKT) (envelope-from emz@norma.perm.ru) Message-ID: <4FFFBA0D.7080505@norma.perm.ru> Date: Fri, 13 Jul 2012 12:02:53 +0600 From: "Eugene M. Zheganin" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0) Gecko/20111001 Thunderbird/7.0 MIME-Version: 1.0 To: freebsd-net@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (elf.hq.norma.perm.ru [IPv6:fd00::30a]); Fri, 13 Jul 2012 12:02:55 +0600 (YEKT) X-Spam-Status: No hits=-97.8 bayes=0.5 testhits RDNS_NONE=1.274, SPF_SOFTFAIL=0.972,USER_IN_WHITELIST=-100 autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on elf.hq.norma.perm.ru Subject: Re: Broadcom NetXtreme BCM5719 support X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2012 06:02:58 -0000 Hi. On 13.07.2012 04:39, Jason Wolfe wrote: > bge0: mem > 0xf6bf0000-0xf6bfffff,0xf6be0000-0xf6beffff,0xf6bd0000-0xf6bdffff irq > 32 at device 0.0 on pci3 > bge0: CHIP ID 0x05719001; ASIC REV 0x5719; CHIP REV 0x57190; PCI-E > miibus0: on bge0 > bge0: Ethernet Address: xx:xx:xx:xx:xx:xx > ... > bge0: watchdog timeout -- resetting > bge0: link state changed to UP > bge0: link state changed to DOWN > bge0: link state changed to UP > bge0: link state changed to DOWN > bge0: link state changed to UP > bge0: link state changed to DOWN > ... > > > bge0@pci:0:3:0:0: class=0x020000 card=0x169d103c chip=0x165714e4 > rev=0x01 hdr=0x00 > vendor = 'Broadcom Corporation' > device = 'NetXtreme BCM5719 Gigabit Ethernet PCIe' > class = network > subclass = ethernet > > Anything in the pipe on this one, or any access I can provide that > might assist us? > I got a BMC5722 chip (and IBM x3250 mX systems), but same stuff with timeout/resets. I can say 8.1/8.2 were more stable concerning bge(4). You could try to switch off tso and vlanhwtso, at least it did the trick for me (did it ? not sure though. I was having problems one a month on 8.1/8.2, after upgrading to 8.3-STABLE I start having problems with it every day, literally, after ifconfig bge0 -tso -vlanhwtso it's running for 5 day now.) Eugene.