From owner-cvs-all Sun Sep 19 15:39:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98D7F152FA; Sun, 19 Sep 1999 15:39:30 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA86271; Sun, 19 Sep 1999 15:39:24 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199909192239.PAA86271@freefall.freebsd.org> From: Bill Paul Date: Sun, 19 Sep 1999 15:39:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_tl.c if_tlreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/09/19 15:39:24 PDT Modified files: sys/pci if_tl.c if_tlreg.h Log: Make some small performance tweaks to the tl driver. This should hopefully close PR #13757, however I'm waiting on user feedback before declaring the PR officially closed. Among other things, this improves UDP transmit performance, and tx underruns are now detected and the TX start threshold adjusted accordingly. Revision Changes Path 1.42 +32 -41 src/sys/pci/if_tl.c 1.15 +31 -4 src/sys/pci/if_tlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message