From owner-cvs-src@FreeBSD.ORG Fri Oct 22 21:21:28 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 E72CB16A4CE; Fri, 22 Oct 2004 21:21:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C697743D1F; Fri, 22 Oct 2004 21:21:28 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9MLLS93040390; Fri, 22 Oct 2004 21:21:28 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9MLLSpF040389; Fri, 22 Oct 2004 21:21:28 GMT (envelope-from jmg) Message-Id: <200410222121.i9MLLSpF040389@repoman.freebsd.org> From: John-Mark Gurney Date: Fri, 22 Oct 2004 21:21:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: 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: Fri, 22 Oct 2004 21:21:29 -0000 jmg 2004-10-22 21:21:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/pci if_de.c Log: MFC: if_de.c v1.159: > 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... Approved by: re (scottl) Revision Changes Path 1.158.2.1 +0 -21 src/sys/pci/if_de.c