From owner-freebsd-current@FreeBSD.ORG Fri Jan 8 22:43:31 2010 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 692BC106566C for ; Fri, 8 Jan 2010 22:43:31 +0000 (UTC) (envelope-from ehrmann@gmail.com) Received: from mxout-07.mxes.net (mxout-07.mxes.net [216.86.168.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4242C8FC08 for ; Fri, 8 Jan 2010 22:43:31 +0000 (UTC) Received: from [10.0.0.171] (unknown [64.9.237.22]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 46CBB22E247; Fri, 8 Jan 2010 17:43:24 -0500 (EST) Message-ID: <4B47B4F6.8030106@gmail.com> Date: Fri, 08 Jan 2010 14:43:02 -0800 From: David Ehrmann User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: pyunyh@gmail.com References: <4B40AFFA.6090706@gmail.com> <20100103221630.GV1166@michelle.cdnetworks.com> In-Reply-To: <20100103221630.GV1166@michelle.cdnetworks.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: vge traffic problem 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: Fri, 08 Jan 2010 22:43:31 -0000 Pyun YongHyeon wrote: > On Sun, Jan 03, 2010 at 06:55:54AM -0800, David Ehrmann wrote: > > I think I fixed all known vge(4) issues in HEAD. vge(4) in HEAD has > new hardware based interrupt moderation, hardware MAC statistics > support and WOL as well as fixing long standing bugs. Would you try > latest vge(4) in HEAD?(Just download if_vge.c, if_vgereg.h and > if_vgevar.h from HEAD and rebuild it). If your vge(4) controller > use IC Plus IP1001PHY you may also want to download ip1000phy.c in > HEAD to reliably establish 1000baseT link after waking up from > WOL/resume. > It seems to be working, but I'm going to keep testing it before I proclaim it fixed. Will these changes be in 8.1?