From owner-freebsd-stable@FreeBSD.ORG Wed Mar 17 16:37:14 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4527B106567C for ; Wed, 17 Mar 2010 16:37:14 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-fx0-f224.google.com (mail-fx0-f224.google.com [209.85.220.224]) by mx1.freebsd.org (Postfix) with ESMTP id C6F168FC32 for ; Wed, 17 Mar 2010 16:37:12 +0000 (UTC) Received: by fxm24 with SMTP id 24so707847fxm.3 for ; Wed, 17 Mar 2010 09:37:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=a3vVGIevv4rGQ1mIuzlf/VTSr99xmmYht/PQL1s2KIU=; b=cCgVgn0+htm9JtcyIz84Hmg1vCYqyyRB7uxtJh0mWxgvbyGl9mfRKv4b4U9FHOYmED kOWlUmNcjcThPRt+4CHFKjQF19qmUqkg/uih4I0Gyst1D4RZH1fwasKrGTx9eQlNyKr6 qPrmZj31a0xg/NSPjc7+S5jsP3w03HOX0dyU8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=D4CPXfJvgoca5Ltd5AFOeH7zGKwPSxge+mJRaC2+TI3sU92NqEu65GmKwuoB+ADVd0 OfvnAyOHmUGrYjBO3k6Cd7HuuMUTdpbOapShzswNn5b/4ZpOTm2p75afIuVFvksM1Mnt u561BoshqqcrIoiKismdCznXs9H1bEXbkkRC4= Received: by 10.87.70.29 with SMTP id x29mr3546743fgk.61.1268843830131; Wed, 17 Mar 2010 09:37:10 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 4sm890684fgg.22.2010.03.17.09.37.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Mar 2010 09:37:08 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Wed, 17 Mar 2010 09:36:38 -0700 From: Pyun YongHyeon Date: Wed, 17 Mar 2010 09:36:38 -0700 To: Scott Ullrich Message-ID: <20100317163638.GA9373@michelle.cdnetworks.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: FreeBSD Stable Subject: Re: msk gigabit NIC missed interrupts and watchdog timeouts X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2010 16:37:14 -0000 On Wed, Mar 17, 2010 at 11:07:43AM -0500, Scott Ullrich wrote: > Hello, > > I am testing FreeBSD-8_STABLE updated as of a few minutes ago along > with a msk type NIC. > > Having trouble with missed TX interrupts and watchdog timeouts. > Would you try latest msk(4) in HEAD? I think you can download if_msk.c and if_mskreg.h from HEAD and can build it on stable/8. Due to added interface capabilities you have to add the following code in the beginning of if_msk.c to build it on stable/8. #ifndef IFCAP_VLAN_HWTSO #define IFCAP_VLAN_HWTSO 0 #endif > Tested http://svn.freebsd.org/changeset/base/205161 which made the NIC > a little more stable but it finally exhibited the same issues after 10 > minutes of load vs 1 minute. > > Does anyone have any suggestions on things that I can do to make this > NIC more robust? > > pciconf -l shows: > mskc0@pci0:2:0:0: class=0x020000 card=0x34588086 chip=0x436111ab > rev=0x18 hdr=0x00 > > dmesg -a | grep msk shows: > mskc0: port 0xc800-0xc8ff > mem 0xdedfc000-0xdedfffff irq 16 at device 0.0 on pci2 > msk0: on mskc0 > msk0: Ethernet address: 00:0e:0c:a4:54:ad > miibus0: on msk0 > mskc0: [FILTER] > Also show me the output of "devinfo -rv | grep phy".