From owner-freebsd-current@freebsd.org Thu Sep 17 11:37:16 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 340A79CDCF2 for ; Thu, 17 Sep 2015 11:37:16 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E23851D12 for ; Thu, 17 Sep 2015 11:37:15 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtp (envelope-from ) id <1ZcXV3-001tga-Ac>; Thu, 17 Sep 2015 13:37:13 +0200 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (envelope-from ) id <1ZcXV3-000Wr3-37>; Thu, 17 Sep 2015 13:37:13 +0200 Date: Thu, 17 Sep 2015 13:37:12 +0200 From: "O. Hartmann" To: "Pieper, Jeffrey E" Cc: Hans Petter Selasky , freebsd-current Subject: Re: CURRENT: net/igb broken Message-ID: <20150917133712.0ffd01ee@freyja.zeit4.iv.bundesimmobilien.de> In-Reply-To: <20150917133509.6c87f5b6@freyja.zeit4.iv.bundesimmobilien.de> References: <20150915125618.0f752596@freyja.zeit4.iv.bundesimmobilien.de> <55F7FCB5.5090809@selasky.org> <2A35EA60C3C77D438915767F458D65688077F87B@ORSMSX111.amr.corp.intel.com> <20150917133509.6c87f5b6@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 17 Sep 2015 11:37:16 -0000 On Thu, 17 Sep 2015 13:35:09 +0200 "O. Hartmann" wrote: > On Tue, 15 Sep 2015 18:45:35 +0000 > "Pieper, Jeffrey E" wrote: > > > -----Original Message----- > > From: owner-freebsd-current@freebsd.org > > [mailto:owner-freebsd-current@freebsd.org] On Behalf Of Hans Petter Selasky > > Sent: Tuesday, September 15, 2015 4:11 AM To: O. Hartmann > > ; freebsd-current > > Subject: Re: CURRENT: net/igb broken > > > > On 09/15/15 12:56, O. Hartmann wrote: > > > Running CURRENT as of today (r287817), it seems that the network system of > > > CURRENT is corrupted. The machine in question is a Fujitsu server Primergy > > > RX 1330 with two Intel "igb" devices (igb0 and igb1). > > > > > > the network is now on both devices unreachable. With or without IPFW > > > (disabling, having first rule to allow everything in/out) doesn't matter. > > > Nothing get to or from that box on any device. > > > > > > With FreeBSD 11.0-CURRENT #4 r287592: Wed Sep 9 09:09:23 CEST 2015 > > > amd64 I had no problems. > > > > > > Any ideas? > > > > > > Thanks in advance, > > > > > > Oliver > > > > > >Just to rule out r287775, can you disable TSO? > > > > > >--HPS > > > > I'm using r827826 (just pulled this morning) with igb and it seems to be > > working (icmp and ssh). > > > > Jeff > > > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > Well, driver igb covers a lot of different hardware. We have a Fujitsu > Primergy287700 RX 1330 M1 and it is equipted with a i210 Intel dual GBit NIC. > > I double checked today, r287910 doesn't work. Since I use nanoBSD, I can > change the underlying OS with the very same configuration and I did today with > different revisions and 10-STABLE. r287420 and r287700 work also, r287750 > also, r287800 does NOT! > > There were changes to sys/dev/e1000/ between 287750 and r287800 and those > obviously do break the igb interface in CURRENT for, at least, i210 NICs. > > oh > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" r287762 broke the system