From owner-freebsd-bugs@FreeBSD.ORG Sat Aug 11 17:40:06 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F5D616A417 for ; Sat, 11 Aug 2007 17:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6FF1D13C45E for ; Sat, 11 Aug 2007 17:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7BHe6jk018639 for ; Sat, 11 Aug 2007 17:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7BHe6gJ018638; Sat, 11 Aug 2007 17:40:06 GMT (envelope-from gnats) Date: Sat, 11 Aug 2007 17:40:06 GMT Message-Id: <200708111740.l7BHe6gJ018638@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bob Van Zant Cc: Subject: Re: kern/92090: [bge] bge0: watchdog timeout -- resetting X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bob Van Zant List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Aug 2007 17:40:06 -0000 The following reply was made to PR kern/92090; it has been noted by GNATS. From: Bob Van Zant To: Cc: Subject: Re: kern/92090: [bge] bge0: watchdog timeout -- resetting Date: Sat, 11 Aug 2007 22:31:01 +0530 I have a Dell 860 with dual onboard NICs that is acting as a webserver. One of the NICs is connected directly to another gigabit NIC on a database server. Whenever the web server comes under heavy load such that the traffic from the database server becomes heavy the link drops for a few seconds causing hundreds of database errors from the web server. I have these errors all over during these peak traffic times: bge1: watchdog timeout -- resetting bge1: link state changed to DOWN bge1: link state changed to UP I get repro several times a week and am willing to provide whatever additional information is necessary to fix this. -Bob