From owner-freebsd-stable@FreeBSD.ORG Thu Mar 10 18:35:12 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 711EE106564A for ; Thu, 10 Mar 2011 18:35:12 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2-b.corp.re1.yahoo.com (mrout2-b.corp.re1.yahoo.com [69.147.107.21]) by mx1.freebsd.org (Postfix) with ESMTP id 2ADB98FC0C for ; Thu, 10 Mar 2011 18:35:11 +0000 (UTC) Received: from [127.0.0.1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout2-b.corp.re1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id p2AIOeKp042851; Thu, 10 Mar 2011 10:24:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=yahoo-inc.com; s=cobra; t=1299781481; bh=SxwUgBlaVv+95chkQo3lghwaYsfcQv+v4A/Y0UA7XqE=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=i24BT1rO1s+MDBw9/CLO6ZqYYpvQ9sxNtYalC/xhZU90S9hZXLw1OQgB0eLknsJQP jlBdU/GqIS1+u0+dRCTM2Z5KiK9yvr7ZnXIzrjC531VNChQ3fqeYJDv+miF027DOaJ oPlNFt8vtwub3N05kaNs0Y5ly/JRlgyw6rPOUp4g= From: Sean Bruno To: Pete French In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Thu, 10 Mar 2011 10:24:40 -0800 Message-ID: <1299781480.2617.5.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 (2.32.2-1.fc14) Content-Transfer-Encoding: 7bit Cc: "freebsd-stable@freebsd.org" Subject: Re: em0 hangs without any messages like "Watchdog timeout" only down/up reset it. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2011 18:35:12 -0000 On Thu, 2011-02-24 at 03:03 -0800, Pete French wrote: > I havent investigated far enough yet to see if this is the same problem, but > I am also seeing hangs on em0 when under heavy load. This is 8-STABLE from > the 17 at around 3pm. > > em0@pci0:0:25:0: class=0x020000 card=0x281e103c chip=0x10bd8086 rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = 'Intel 82566DM Gigabit Ethernet Adapter (82566DM)' > class = network > subclass = ethernet > > What I am doing here is using ggated/ggatec to provide drives to another > machine which is adding them into a ZFS pool. This locks up the ethernet > in about 20 minutes. Going to concole on the machine all looks fine, > but it is not possible to ping anything through the em0 interface. > > I have no special tunings for em0, though I do have expanded buffer > space to improve the ggated performance > > kern.ipc.maxsockbuf=1048576 > net.inet.tcp.sendspace=131072 > net.inet.tcp.recvspace=131072 > > Machine is amd64 with 6 gig of RAM. > > -pete. > _____________________________________ If you ifconfig down/up the interface does it come back to life? Sean