From owner-freebsd-current@FreeBSD.ORG Fri Sep 28 00:09:52 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F1D1A106566B for ; Fri, 28 Sep 2012 00:09:51 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id A6B268FC14 for ; Fri, 28 Sep 2012 00:09:51 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q8S09ZCp004300; Thu, 27 Sep 2012 17:09:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1348790976; bh=PnH1DZoqHqGUkKbbh8Mc14BJcFs6omaYKFDzddjGwb4=; h=Subject:From:Reply-To:To:Cc:In-Reply-To:References:Content-Type: Date:Message-ID:Mime-Version:Content-Transfer-Encoding; b=eY+XsGICII1Z3GjYNxM+sBLy1mMsNrm9MAvJCDIC51mEeVhqe5isrHRcGi/N1+DM2 ij6Eo9xMzyHn5+b+z8dcyFxr8dqrZlF/UnJCtWpmDBq5TNS1lT+YZwcDJZXXhRKHH4 9m3xlbfolMONPZikjCOu92OH+/5hCfz2syD1H+L8= From: Sean Bruno To: "pyunyh@gmail.com" In-Reply-To: <1348073071.5775.4.camel@powernoodle.corp.yahoo.com> References: <20120914212716.GB7612@michelle.cdnetworks.com> <1348073071.5775.4.camel@powernoodle.corp.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 27 Sep 2012 17:09:34 -0700 Message-ID: <1348790974.10543.16.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 790975001 Cc: "freebsd-current@freebsd.org" Subject: Re: Call for bge(4) testers X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sbruno@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 00:09:52 -0000 On Wed, 2012-09-19 at 09:44 -0700, Sean Bruno wrote: > On Fri, 2012-09-14 at 14:27 -0700, YongHyeon PYUN wrote: > > All, > > > > There were lots of reports that stock bge(4) does not work on Dell > > Rx20/HP DL 360 G8. With the help of Broadcom and BCM5719/BCM5720 > > users I managed to address the issue but I had to touch very > > sensitive part of driver. Before committing the change to tree I'd > > like to know whether this change introduces regressions on old > > bge(4) controllers. If you're bge(4) user, please try latest WIP > > version at the following URL and let me know how it goes on your > > box. I'm especially interested in whether there is any ASF/IPMI > > regression on BCM570x/571x. > > > > http://people.freebsd.org/~yongari/bge/if_bge.c > > http://people.freebsd.org/~yongari/bge/if_bgereg.h > > http://people.freebsd.org/~yongari/bge/brgphy.c > > We're starting to gather data and have a couple of machines (pciconf, ifconfig, dmesg) here that may provide some insights. Everything seems to be working at a cursory level. http://people.freebsd.org/~sbruno/new_bge/ We have seen 2 instances of one or more of the HP machines failing and dropping off the network. however, we don't have specifics yet. Sean