From owner-freebsd-current@FreeBSD.ORG Mon Feb 4 17:48:04 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 6AEF016A468 for ; Mon, 4 Feb 2008 17:48:04 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 24BC713C4EB for ; Mon, 4 Feb 2008 17:48:03 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JM5QG-0006H0-Vi for freebsd-current@freebsd.org; Mon, 04 Feb 2008 17:48:01 +0000 Received: from xdsl-10260.wroclaw.dialog.net.pl ([84.40.242.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2008 17:48:00 +0000 Received: from mwisnicki+freebsd by xdsl-10260.wroclaw.dialog.net.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2008 17:48:00 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Marcin Wisnicki Date: Mon, 4 Feb 2008 17:47:44 +0000 (UTC) Lines: 39 Message-ID: References: <20080204022334.GC27999@cdnetworks.co.kr> <200802041545.m14FjpVn014969@lava.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: xdsl-10260.wroclaw.dialog.net.pl User-Agent: Pan/0.131 (Ghosts: First Variation) Sender: news Subject: Re: CFT: vr(4) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2008 17:48:04 -0000 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. 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. Thank you Pyun YongHyeon! >From my dmesg: vr0: port 0xd800-0xd8ff mem 0xdffefd00-0xdffefdff irq 5 at device 18.0 on pci0 vr0: Quirks: 0x0 vr0: Revision: 0x74 miibus1: on vr0 ukphy0: on miibus1 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto vr0: Ethernet address: 42:00:e6:65:9b:11 vr0: [GIANT-LOCKED] Note I'm using mpsafenet=0 because of ipfw :(