From owner-freebsd-current@freebsd.org Sun Sep 13 15:45:09 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 7A7CFA03E91 for ; Sun, 13 Sep 2015 15:45:09 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (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 5B92611BA; Sun, 13 Sep 2015 15:45:08 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [10.40.2.8] (unknown [207.59.237.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id B0223193E6A; Sun, 13 Sep 2015 15:45:01 +0000 (UTC) Subject: Re: em broken on current amd64 To: Mark R V Murray References: <1B3BC636-6765-4478-AAE0-122E6904276E@pozo.com> <70759B1C-6685-4EF9-BC65-52590ABD398E@gmail.com> <63EACBE5-F82A-47D9-BA9A-E95D0E6AE80D@FreeBSD.org> <55EE2153.1050704@freebsd.org> <55EF0B39.30507@freebsd.org> <5CEDDA5F-7858-4A7D-BB45-CB902F53A83B@FreeBSD.org> <2B045997-23A9-4B83-B34B-B9E4C06EF2C5@FreeBSD.org> Cc: freebsd-current@freebsd.org From: Sean Bruno Message-ID: <55F599FD.9090903@freebsd.org> Date: Sun, 13 Sep 2015 08:45:01 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <2B045997-23A9-4B83-B34B-B9E4C06EF2C5@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Sun, 13 Sep 2015 15:45:09 -0000 On 09/12/15 13:45, Mark R V Murray wrote: > >> On 8 Sep 2015, at 19:02, Mark R V Murray wrote: >> >> >>> On 8 Sep 2015, at 17:22, Sean Bruno wrote: >>> >>> >>>>>> >>>>>> I’m also seeing breakage with the em0 device; this isn’t a kernel >>>>>> hang, it is a failure to move data after about 10-15 minutes. The >>>>>> symptom is that my WAN ethernet no longer moves traffic, no pings, >>>>>> nothing. Booting looks normal: >>>>>> >>>>>> em0: port >>>>>> 0x30c0-0x30df mem 0x50300000-0x5031ffff,0x50324000-0x50324fff irq >>>>>> 20 at device 25.0 on pci0 em0: Using an MSI interrupt em0: Ethernet >>>>>> address: 00:16:76:d3:e1:5b em0: netmap queues/slots: TX 1/1024, RX >>>>>> 1/1024 >>>>>> >>>>>> Fixing it is as easy as … >>>>>> >>>>>> # ifconfig em0 down ; service ipfw restart ; ifconfig em0 up >>>>>> >>>>>> :-) >>>>>> >>>>>> I’m running CURRENT, r287538. This last worked of me a month or so >>>>>> ago at my previous build. >>>>>> >>>>>> M >>>>>> >>>>> >>>>> >>>>> Just so I'm clear, the original problem reported was a failure to >>>>> attach (you were among several folks reporting breakage). Is that fixed >>>>> ? >>>> >>>> I did not report the failure to attach, and I am not seeing it as I don’t >>>> think I built a kernel that had that particular failure. I am having the >>>> “failure after 10-15 minutes” problem; this is on an em0 device. >>>> >>>> M >>>> >>> >>> >>> Hrm, that's odd. That sounds like a hole where interrupts aren't being >>> reset for "reasons" that I cannot fathom. >>> >>> What hardware (pciconf -lv) does your system actually have? The em(4) >>> driver doesn't identify components which is frustrating. >> >> pciconf -lv output below: >> >> hostb0@pci0:0:0:0: class=0x060000 card=0x514d8086 chip=0x29a08086 rev=0x02 hdr=0x00 >> vendor = 'Intel Corporation' >> device = '82P965/G965 Memory Controller Hub' >> class = bridge >> subclass = HOST-PCI > > I just caught this, on today’s build: > > em0: Watchdog timeout Queue[0]-- resetting > Interface is RUNNING and ACTIVE > em0: TX Queue 0 ------ > em0: hw tdh = 127, hw tdt = 139 > em0: Tx Queue Status = -2147483648 > em0: TX descriptors avail = 1012 > em0: Tx Descriptors avail failure = 0 > em0: RX Queue 0 ------ > em0: hw rdh = 0, hw rdt = 1023 > em0: RX discarded packets = 0 > em0: RX Next to Check = 0 > em0: RX Next to Refresh = 1023 > > [graveyard] /usr/ports 09:42 pm # uname -a > FreeBSD graveyard.grondar.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r287705: Sat Sep 12 15:07:54 BST 2015 root@graveyard.grondar.org:/b/obj/usr/src/sys/G_AMD64_GATE amd64 > > M > Any chance you can turn TSO off if its on and see what your results are? sean