From owner-cvs-src@FreeBSD.ORG Tue Oct 19 14:18:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 950A016A4CF; Tue, 19 Oct 2004 14:18:09 +0000 (GMT) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC0743D48; Tue, 19 Oct 2004 14:18:09 +0000 (GMT) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id DECA561AE; Tue, 19 Oct 2004 10:17:52 -0400 (EDT) Received: from 141.156.69.109 ([141.156.69.109]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Tue, 19 Oct 2004 10:17:52 -0400 Message-ID: <20041019101752.e8ws08k8kcw8408c@www.sweetdreamsracing.biz> Date: Tue, 19 Oct 2004 10:17:52 -0400 From: Kenneth Culver To: John-Mark Gurney References: <200410182306.i9IN6DDx016512@repoman.freebsd.org> In-Reply-To: <200410182306.i9IN6DDx016512@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_de.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 14:18:09 -0000 Quoting John-Mark Gurney : > jmg 2004-10-18 23:06:13 UTC > > FreeBSD src repository > > Modified files: > sys/pci if_de.c > Log: > fix (for me) the problems where if_de gets really slow after time > (usually taking 20 seconds to transmit a packet).. no longer fall back > to only transmitting one packet (instead of the entire queue) after we > have processed the entire send queue... I have no idea why we didn't > start seeing this problem ~6 years ago when this code was introduced... > Do you get an error on boot with this device about it running in Giant. I was seeing similar problems to you and I was seeing a message at boot about this device running in Giant, so I set debug.mpsafenet to 0, and the problem went away. Ken