From owner-freebsd-current@freebsd.org Fri Nov 20 01:01:38 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 9E355A33DDC for ; Fri, 20 Nov 2015 01:01:38 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7E133125B for ; Fri, 20 Nov 2015 01:01:38 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 7D9CEA33DDB; Fri, 20 Nov 2015 01:01:38 +0000 (UTC) Delivered-To: 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 7C363A33DDA for ; Fri, 20 Nov 2015 01:01:38 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: from mail-qk0-x233.google.com (mail-qk0-x233.google.com [IPv6:2607:f8b0:400d:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 341AD1259; Fri, 20 Nov 2015 01:01:38 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: by qkas77 with SMTP id s77so32149024qka.0; Thu, 19 Nov 2015 17:01:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=0PLfcyjD5/L1E/s+vtGqG7K3l4TVNKUPNrXnzg+V59w=; b=WWlcV0rNB3IcKjbpb30WTOWgTSZJa9JSLI1bBiBlmGDrtmE/8FZ/4NX8W7ZF3IMd1L As42Ph7cyDiTyVVIo7GrG//aEWka1lHPbpbw72Oa+gAAhoMTIt37hHeKA3SUBaFm+XWM zuIcc2MG4UwEOsSPeykoqqkPLIqI2zSDTUdDMxmSOAIIxVjamgC9FvZ6nwJkAPLDAjWG sYP04E2iFDSy+JmJYCu2s/B1OBx/6/YuM4BNzlXHy8twOrE/orLQVKGv7f9wZ/Z34fFo HtC2M0gKJ4O6RiSSbBuuDndXdE+pOLjFyGrYNiTuHVVxNf62Al1ZvHw7rkk28/DjOsN5 agbw== X-Received: by 10.55.76.22 with SMTP id z22mr10186341qka.89.1447981297007; Thu, 19 Nov 2015 17:01:37 -0800 (PST) MIME-Version: 1.0 References: <20151111114532.000011fd@Leidinger.net> <20151119214200.000066be@Leidinger.net> In-Reply-To: <20151119214200.000066be@Leidinger.net> From: Eric Joyner Date: Fri, 20 Nov 2015 01:01:27 +0000 Message-ID: Subject: Re: This igb change makes my igb not working anymore - Re: regression in igb/clang? To: Alexander Leidinger , sbruno@freebsd.org, current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Fri, 20 Nov 2015 01:01:38 -0000 Are you using IPv6? On Thu, Nov 19, 2015 at 12:42 PM Alexander Leidinger < Alexander@leidinger.net> wrote: > On Wed, 11 Nov 2015 11:45:32 +0100 > Alexander Leidinger wrote: > > > Hi, > > > > I' updated a system with -current as of r287323 (end August) to > > r290633 (yesterday). > > > > Result: no network connection (not even ping) on igb. > > Ping internally (local addresses) works, anything outgoing/incoming > > doesn't. > > And this is the function which causes it: > e1000_rx_fifo_flush_82575(&adapter->hw); > > If I comment it out in if_igb.c, the network card works again. > > Full quote below for the PCI ID of my card in case it helps for fixing > the issue. > > Bye, > Alexander. > > > I disabled HW support (tso4, lro, rxcsum, txcsum): doesn't help. > > > > Did I miss some known defect/workaround? > > > > Anything I should test/provide besides what is below? > > > > The igb device is a: > > ---snip--- > > igb0@pci0:1:0:0: class=0x020000 card=0x34e28086 chip=0x10a78086 > > rev=0x02 hdr=0x00 ---snip--- > > > > My src.conf: > > ---snip--- > > WITH_IDEA=yes > > WITHOUT_PROFILE=yes > > CFLAGS+=-DFTP_COMBINE_CWDS > > MALLOC_PRODUCTION=yes > > LOADER_FIREWIRE_SUPPORT=yes > > #WITH_FAST_DEPEND=yes > > ---snip--- > > > > My buildworld related config in make.conf: > > ---snip--- > > CFLAGS+= -O2 -pipe > > COPTFLAGS= -O2 -pipe > > #CPUTYPE?=core2 > > #WITH_CCACHE_BUILD=yes > > #.if (!empty(.CURDIR:M/usr/src*) > > || !empty(.CURDIR:M/usr/obj*)|| !empty(.CURDIR:M/space/system/usr_obj*)) > > #.if !defined(NOCCACHE) && exists(/usr/local/libexec/ccache/world/cc) > > #CC:=${CC:C,^cc,/usr/local/libexec/ccache/world/cc,1} > > #CXX:=${CXX:C,^c\+\+,/usr/local/libexec/ccache/world/c++,1} #.endif > > #.endif > > ---snip--- > > > > The commented out parts were active initially, but then I commented > > them out, cleaned out /usr/obj (rm -r) and rebuild/reinstall to make > > sure it's not due to them (CPUTYPE commented out due to the fact that > > there's a new compiler, and I use zsh and there was a commit talking > > about zsh and CPUTYPE workaround). > > > > Bye, > > Alexander. > > > > > -- > http://www.Leidinger.net Alexander@Leidinger.net: PGP 0xC773696B3BAC17DC > http://www.FreeBSD.org netchild@FreeBSD.org : PGP 0xC773696B3BAC17DC > _______________________________________________ > 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" >