From owner-cvs-all@FreeBSD.ORG Sat Oct 23 03:12:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E100B16A4CE; Sat, 23 Oct 2004 03:12:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD2543D49; Sat, 23 Oct 2004 03:12:33 +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 i9N3CXEZ058119; Sat, 23 Oct 2004 03:12:33 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9N3CXr6058118; Sat, 23 Oct 2004 03:12:33 GMT (envelope-from jmg) Message-Id: <200410230312.i9N3CXr6058118@repoman.freebsd.org> From: John-Mark Gurney Date: Sat, 23 Oct 2004 03:12:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 Subject: cvs commit: src/sys/pci if_de.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 03:12:34 -0000 jmg 2004-10-23 03:12:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_3) sys/pci if_de.c Log: MFR5: 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.4.1 +0 -21 src/sys/pci/if_de.c