From owner-cvs-src@FreeBSD.ORG Tue Oct 19 15:49:52 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 23F2216A4CE; Tue, 19 Oct 2004 15:49:52 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFB6243D5E; Tue, 19 Oct 2004 15:49:51 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 186226520C; Tue, 19 Oct 2004 16:49:51 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 32596-01-3; Tue, 19 Oct 2004 16:49:50 +0100 (BST) Received: from empiric.dek.spc.org (dhcp120.icir.org [192.150.187.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 3643D651EE; Tue, 19 Oct 2004 16:49:50 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 774CE615E; Tue, 19 Oct 2004 08:49:43 -0700 (PDT) Date: Tue, 19 Oct 2004 08:49:43 -0700 From: Bruce M Simpson To: Scott Long Message-ID: <20041019154942.GI86472@dhcp120.icir.org> Mail-Followup-To: Scott Long , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, xorp-dev@xorp.org References: <200410190239.i9J2dRF8029843@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410190239.i9J2dRF8029843@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: xorp-dev@xorp.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/em if_em.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: Tue, 19 Oct 2004 15:49:52 -0000 On Tue, Oct 19, 2004 at 02:39:27AM +0000, Scott Long wrote: > It also means that buffers are not needlessly bounced when transfered. The > end result is a 38% improvement in pps in a 4 way bridging environment. Excellent. Impressive. Less Frags. (We'll find this very useful indeed...) Thanks again, BMS