From owner-freebsd-net@FreeBSD.ORG Wed Jul 8 05:10:06 2009 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F130106564A for ; Wed, 8 Jul 2009 05:10: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 F09168FC18 for ; Wed, 8 Jul 2009 05:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n685A51D048655 for ; Wed, 8 Jul 2009 05:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n685A5o7048654; Wed, 8 Jul 2009 05:10:05 GMT (envelope-from gnats) Date: Wed, 8 Jul 2009 05:10:05 GMT Message-Id: <200907080510.n685A5o7048654@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Pyun YongHyeon Cc: Subject: Re: kern/124127: [msk] watchdog timeout (missed Tx interrupts) -- recovering X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pyun YongHyeon List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2009 05:10:06 -0000 The following reply was made to PR kern/124127; it has been noted by GNATS. From: Pyun YongHyeon To: Andrew Bliznak Cc: bug-followup@FreeBSD.org, skylord@linkline.ru Subject: Re: kern/124127: [msk] watchdog timeout (missed Tx interrupts) -- recovering Date: Wed, 8 Jul 2009 14:03:58 +0900 On Mon, Jul 06, 2009 at 11:00:09AM +0000, Andrew Bliznak wrote: > The following reply was made to PR kern/124127; it has been noted by GNATS. > > From: Andrew Bliznak > To: bug-followup@FreeBSD.org, skylord@linkline.ru > Cc: > Subject: Re: kern/124127: [msk] watchdog timeout (missed Tx interrupts) -- > recovering > Date: Mon, 6 Jul 2009 13:20:12 +0300 > > Same problem with Asus P5BV-C/4L in production. > Show me dmesg output (msk(4) and e1000phy(4) part) to see what controller you have. Due to the diverse Yukon controllers and their silicon bugs for each revision it's really hard to tell you're seeing the same issue of this PR. Please show me more information. > I found desktop with Asus P5LD2 MB and use it for experimental setup. > Three host is same gig switch, msk0 configured with vlans and > ipforwarding > For tests I run iperf -c 192.168.4.21 -t 60000 -w 128k -P 4 between > hosts on different vlans. > 7.2-RELEASE kernel with if_msk* from head +patch. Need to specify > ifconfig -vlanhwtag to run without input errors, > after 30 minutes card locked, down/up interface not help, need to reboot. Need to know which controller you have. > Next I connect disk witch Ubuntu 9.04, setup vlans, test run ok, > little lover forwarding rate. > After, boot again freebsd, run test. Hmm, test run ok... > Reboot with stock 7.2-REL GENERIC kernel. Box running well over weekend... This confuse me. So you don't see issues any more?