From owner-freebsd-current@FreeBSD.ORG Mon Sep 8 18:31:26 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F1C9BE7; Mon, 8 Sep 2014 18:31:26 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E450517A5; Mon, 8 Sep 2014 18:31:25 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s88IVFO8035747 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 8 Sep 2014 18:31:20 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s88IVFe8035746; Mon, 8 Sep 2014 18:31:15 GMT (envelope-from swills) Date: Mon, 8 Sep 2014 18:31:15 +0000 From: Steve Wills To: Allan Jude Subject: Re: network hang using intel em nic Message-ID: <20140908183114.GC18604@mouf.net> References: <20140908171451.GB18604@mouf.net> <540DE77B.2070704@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <540DE77B.2070704@freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Mon, 08 Sep 2014 18:31:21 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 08 Sep 2014 18:31:26 -0000 On Mon, Sep 08, 2014 at 01:29:31PM -0400, Allan Jude wrote: > > Try periodically setting dev.em.0.debug=1 > > it will dump a bunch of stats to syslog then set it self back to -1 > > there are also a bunch of useful stats under: > dev.em.0 including things like: > dev.em.0.mbuf_alloc_fail > dev.em.0.watchdog_timeouts > dev.em.0.mac_stats.collision_count > > etc > > that might provide some insight. > > I have a box with 4x of the i210 (but that shows up as igb(4)) > > I have one of the i217LM nics in this machine, but it is used for video > production so it isn't running BSD at the moment. Thanks for the suggestions, I think I may have solved it just by ensuring my kernel modules for vbox and cuse were in sync with the kernel. Steve