From owner-freebsd-net@FreeBSD.ORG Tue Dec 15 02:58:45 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E5DC106566C; Tue, 15 Dec 2009 02:58:45 +0000 (UTC) (envelope-from mcj@bluetonic.org) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id C76428FC0A; Tue, 15 Dec 2009 02:58:44 +0000 (UTC) Received: by ewy26 with SMTP id 26so4407758ewy.3 for ; Mon, 14 Dec 2009 18:58:43 -0800 (PST) Received: by 10.213.109.69 with SMTP id i5mr1072970ebp.11.1260845923552; Mon, 14 Dec 2009 18:58:43 -0800 (PST) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx.google.com with ESMTPS id 23sm9117371eya.19.2009.12.14.18.58.40 (version=SSLv3 cipher=RC4-MD5); Mon, 14 Dec 2009 18:58:41 -0800 (PST) Received: by ey-out-2122.google.com with SMTP id 4so87248eyf.9 for ; Mon, 14 Dec 2009 18:58:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.90.11 with SMTP id d11mr41814wef.187.1260845919760; Mon, 14 Dec 2009 18:58:39 -0800 (PST) In-Reply-To: <20091215010641.GD1122@michelle.cdnetworks.com> References: <200912142238.nBEMcbT4080874@freefall.freebsd.org> <77e6ee410912141536i7731618xe8ec0553ac5c4956@mail.gmail.com> <20091215010641.GD1122@michelle.cdnetworks.com> From: Carey Jones Date: Mon, 14 Dec 2009 20:58:19 -0600 Message-ID: <77e6ee410912141858w2395cefcrcd689ba0f028aec6@mail.gmail.com> To: pyunyh@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-net@freebsd.org, yongari@freebsd.org Subject: Re: kern/141276: [vge] Strange behavior with vge gigabit ethernet adapter X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2009 02:58:45 -0000 Hello, The version from HEAD seems to work better than any of the previous patches I've tried, though it still doesn't seem to get quite the throughput that the adapter managed under RELENG_7. Unfortunately I don't have any quantitative data for you. However, the symptoms from my pr are definitely gone. Thanks, -c On Mon, Dec 14, 2009 at 7:06 PM, Pyun YongHyeon wrote: > On Mon, Dec 14, 2009 at 05:36:19PM -0600, Carey Jones wrote: > > Would I need to bring the whole system up to HEAD, or can I just add the > > relevant vge(4) file to my current RELENG_8 system? > > > > You can download the following latest vge(4) files from HEAD and it > should build on 8.0-RELEASE. > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/vge/if_vge.c > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/vge/if_vgereg.h > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/vge/if_vgevar.h > > > Thanks, > > > > > > -c > > > > On Mon, Dec 14, 2009 at 4:38 PM, wrote: > > > > > Synopsis: [vge] Strange behavior with vge gigabit ethernet adapter > > > > > > State-Changed-From-To: open->feedback > > > State-Changed-By: yongari > > > State-Changed-When: Mon Dec 14 22:37:50 UTC 2009 > > > State-Changed-Why: > > > I think I fixed the issue in HEAD. Would you try vge(4) in HEAD? > > > > > > > > > > > > Responsible-Changed-From-To: freebsd-net->yongari > > > Responsible-Changed-By: yongari > > > Responsible-Changed-When: Mon Dec 14 22:37:50 UTC 2009 > > > Responsible-Changed-Why: > > > Grab. > > > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=141276 > > > >