From owner-freebsd-current@FreeBSD.ORG Mon Feb 11 05:35:47 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EB6D16A417 for ; Mon, 11 Feb 2008 05:35:47 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id 9DB4D13C474 for ; Mon, 11 Feb 2008 05:35:46 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so6639662pyb.10 for ; Sun, 10 Feb 2008 21:35:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=YTANLI5JTwDwmbEzd7zvANPpClnELCbccCQfgPGCmG0=; b=NSgGXclKPPYsl575KbfkoyohR1/PS+FN6M2nJ/trKsiFm2iEJoVY/FrFhokCYMj38Cjz9yKEzzm3GTrcCHk/85+OHfgRLZ+puP7+diBDgRBN06JGHvC+H3H0Q9LGej2yeaJKbixC1y+IPrqQwOea4mAvhcMeCcZKyaPx9supEdg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=asenepYLuBuFv8SPUkQ9HQVbDJ02VLSg9vlQ+1YzvOsPyaXIPC2PP+Y0N1ibDjdgcthN8al4LhBVKIHSyyt52s9YjLJF3fD1c+EBd4H7If18qDIN+fYEKMAfad04BUC+lUYfIFFeglp+iWjTgqAyz1FxgXi8noF+3usj+396LzU= Received: by 10.142.221.19 with SMTP id t19mr8218744wfg.62.1202708144484; Sun, 10 Feb 2008 21:35:44 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id 24sm3730137wff.10.2008.02.10.21.35.41 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 10 Feb 2008 21:35:43 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m1B5ZchL003649 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 11 Feb 2008 14:35:38 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m1B5Zb2M003648; Mon, 11 Feb 2008 14:35:37 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 11 Feb 2008 14:35:37 +0900 From: Pyun YongHyeon To: Mike Tancsa Message-ID: <20080211053537.GE2317@cdnetworks.co.kr> References: <20080204022334.GC27999@cdnetworks.co.kr> <200802041545.m14FjpVn014969@lava.sentex.ca> <200802042056.54799.shoesoft@gmx.net> <200802050200.m1520m6m017592@lava.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200802050200.m1520m6m017592@lava.sentex.ca> User-Agent: Mutt/1.4.2.1i Cc: Marcin Wisnicki , freebsd-current@freebsd.org Subject: Re: CFT: vr(4) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 05:35:47 -0000 On Mon, Feb 04, 2008 at 09:03:00PM -0500, Mike Tancsa wrote: > At 02:56 PM 2/4/2008, Stefan Ehmann wrote: > >On Monday 04 February 2008 18:47:44 Marcin Wisnicki wrote: > >> On Mon, 04 Feb 2008 10:48:02 -0500, Mike Tancsa wrote: > >> > At 09:23 PM 2/3/2008, Pyun YongHyeon wrote: > >> >>Dear all, > >> >> > >> >>Here is overhauled vr(4) that shall address all known issues. PR > >> >>database showed vr(4) is not stable enough under high load and > >> > > >> > Hi, > >> > Is there a RELENG_7 or 6 version of the driver to test ? > >> > Using RELENG_7 from this morning, I get > >> > >> Try this: > >> http://wisnia21.freeshell.org/f/freebsd/if_vr-pyunyh-to-releng6.diff > >> > >> On RELENG7 there could be a conflict in second change that should be > >> safe to ignore. > >Using it with the second chunk ignored. > > > >> I'm not 100% sure if this is all that is required for RELENG6, but it > >> works wonderfully so far. > >> > >> Even fixed Rx errors I was seeing for some time and didn't have the time > >> to investigate whether they were caused by some recent commit to releng6 > >> (like the last mfc) or simply a hardware failure. > > > >The current vr driver works fine for me but the interface is only slightly > >loaded. It got stuck very rarely. Since I can't reproduce this, I don't > >know > >whether it's fixed. > > > >vr0: port 0xa000-0xa0ff mem > >0xf0000000-0xf00000ff at device 18.0 on pci0 > >vr0: Quirks: 0x0 > >vr0: Revision: 0x74 > >miibus0: on vr0 > >vr0: Ethernet address: 00:0e:a6:40:3f:d0 > >vr0: [ITHREAD] > > > >Works fine so far. > > Sorry for late reply. I just returned from lunar New Year holiday. > Still seeing some "Forced Reset", although at a slightly lower > rate. The rx shutdown error is new however. > > vr0: vr_stop: Rx shutdown error > vr0: vr_stop: Rx shutdown error These messages are printed from vr_stop() which is called to stop the operation of the NIC. By any chance do you perodically stop and restart the interface? > vr0: Using force reset command. > This message comes from vr_reset() which is always executed first in vr_init_locked(). Don't know why soft reset does not work under certain conditions. Datasheet for Rhine III(VT6105M, VT6105LOM) says nothing about it. I guess you can ignore it unless this message and above messages are continuously printed on your console. > This is RELENG_7 from this morning > > > vr0: port 0xe100-0xe1ff mem > 0xa0004000-0xa00040ff irq 11 at device 6.0 on pci0 > vr0: Quirks: 0x6 > vr0: Revision: 0x96 > miibus0: on vr0 > ukphy0: PHY 1 on miibus0 > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > vr0: Ethernet address: 00:00:24:c9:34:88 > vr0: [ITHREAD] > vr1: port 0xe200-0xe2ff mem > 0xa0004100-0xa00041ff irq 5 at device 7.0 on pci0 > vr1: Quirks: 0x6 > vr1: Revision: 0x96 > miibus1: on vr1 > ukphy1: PHY 1 on miibus1 > ukphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > vr1: Ethernet address: 00:00:24:c9:34:89 > vr1: [ITHREAD] > vr2: port 0xe300-0xe3ff mem > 0xa0004200-0xa00042ff irq 9 at device 8.0 on pci0 > vr2: Quirks: 0x6 > vr2: Revision: 0x96 > miibus2: on vr2 > ukphy2: PHY 1 on miibus2 > ukphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > vr2: Ethernet address: 00:00:24:c9:34:8a > vr2: [ITHREAD] > vr3: port 0xe400-0xe4ff mem > 0xa0004300-0xa00043ff irq 12 at device 9.0 on pci0 > vr3: Quirks: 0x6 > vr3: Revision: 0x96 > > > ---Mike > -- Regards, Pyun YongHyeon