From owner-cvs-src@FreeBSD.ORG Mon Oct 18 23:06:13 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 5DFB316A4CE; Mon, 18 Oct 2004 23:06:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F81A43D48; Mon, 18 Oct 2004 23:06:13 +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 i9IN6DeN016513; Mon, 18 Oct 2004 23:06:13 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9IN6DDx016512; Mon, 18 Oct 2004 23:06:13 GMT (envelope-from jmg) Message-Id: <200410182306.i9IN6DDx016512@repoman.freebsd.org> From: John-Mark Gurney Date: Mon, 18 Oct 2004 23:06:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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: Mon, 18 Oct 2004 23:06:13 -0000 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... Revision Changes Path 1.159 +0 -21 src/sys/pci/if_de.c