From owner-cvs-all Fri Oct 26 17:59:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEE5037B401; Fri, 26 Oct 2001 17:59:17 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9R0xHw11035; Fri, 26 Oct 2001 17:59:17 -0700 (PDT) (envelope-from luigi) Message-Id: <200110270059.f9R0xHw11035@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 26 Oct 2001 17:59:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2001/10/26 17:59:17 PDT Modified files: sys/pci if_dc.c Log: Enable round-robin arbitration between transmit and receive unit in the 21143, instead of giving priority to the receive unit. This gives a 10-15% performance improvement in the forwarding rate under heavy load. Reviewed-by: Bill Paul Revision Changes Path 1.57 +7 -2 src/sys/pci/if_dc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message