From owner-freebsd-current@FreeBSD.ORG Fri Sep 15 18:09:29 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CDF016A40F for ; Fri, 15 Sep 2006 18:09:29 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DB3943D6E for ; Fri, 15 Sep 2006 18:09:22 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 48140 invoked from network); 15 Sep 2006 17:52:41 -0000 Received: from dotat.atdotat.at (HELO [62.48.0.47]) ([62.48.0.47]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 15 Sep 2006 17:52:40 -0000 Message-ID: <450AEC50.2060404@freebsd.org> Date: Fri, 15 Sep 2006 20:09:20 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: Scott Long References: <20060915165351.GC2020@haakonia.hitnet.RWTH-Aachen.DE> <450ADE55.7090509@samsco.org> In-Reply-To: <450ADE55.7090509@samsco.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org, Christian Brueffer Subject: Re: em(4) interface wedges X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 15 Sep 2006 18:09:29 -0000 Scott Long wrote: > Christian Brueffer wrote: > >> Hi, >> >> with the latest em(4) code in current (sans the printf/device_printf >> change), my interface wedges every few hours. It can be resurrected >> by bringing it down and up again. >> >> The device in question is a E1000_DEV_ID_82540EP_LP built into my >> Thinkpad. >> >> Anyone else seeing this? >> >> - Christian >> > > Yes. It's also almost guaranteed to wedge the first time I do a remote > CVS operation after boot. When the interface wedges does it show the OACTIVE flag in ifconfig output? This is an important hint. If you are running at 100Mbit there seems to be bug in the em(4) harware with TSO. Try disabling TSO on it with 'ifconfig em0 -tso'. -- Andre