From owner-freebsd-performance@FreeBSD.ORG Wed Nov 29 21:51:32 2006 Return-Path: X-Original-To: freebsd-performance@FreeBSD.org Delivered-To: freebsd-performance@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89A7316A4D4; Wed, 29 Nov 2006 21:51:32 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0561D43D67; Wed, 29 Nov 2006 21:51:07 +0000 (GMT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost2.sentex.ca (8.13.8/8.13.8) with ESMTP id kATLpB8a008186; Wed, 29 Nov 2006 16:51:11 -0500 (EST) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.6/8.13.3) with ESMTP id kATLpApP041879 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 29 Nov 2006 16:51:10 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <200611292151.kATLpApP041879@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 29 Nov 2006 16:49:08 -0500 To: Robert Watson From: Mike Tancsa In-Reply-To: <20061129213301.I16817@fledge.watson.org> References: <4557CECD.2000609@samsco.org> <200611130158.kAD1wdKE040908@lava.sentex.ca> <4557EF13.9060305@samsco.org> <200611130454.kAD4sZwe041556@lava.sentex.ca> <4557FF7A.8020704@samsco.org> <200611132054.kADKsFvK045726@lava.sentex.ca> <4558E3DC.6080800@samsco.org> <200611200454.kAK4sdat083568@lava.sentex.ca> <7.1.0.9.0.20061120160757.14d4a728@sentex.net> <200611220247.kAM2l9JP095066@lava.sentex.ca> <20061122130947.GM20405@obiwan.tataz.chchile.org> <200611231652.kANGqJsr005016@lava.sentex.ca> <1164356894.4306.1.camel@massimo.datacode.it> <200611272136.kARLaMeG029740@lava.sentex.ca> <20061128090648.d58eb6ae.massimo@cedoc.mo.it> <200611290327.kAT3RnJ0037112@lava.sentex.ca> <200611292128.kATLSIMu041796@lava.sentex.ca> <20061129213301.I16817@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-performance@FreeBSD.org Subject: Re: vlan forwarding performance (was Proposed em forwawrding performance) X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 21:51:32 -0000 At 04:35 PM 11/29/2006, Robert Watson wrote: >You may want to datestamp the version of HEAD you're using in each >test (assuming it changes between tests). Ahh, Good point. I have been using the sources always from Nov 24th to make comparisons as similar as possible for the tests with 7.0 >which will affect a broad range of performance >characteristics. There have also been VLAN tagging related >performance improvements made in HEAD that aren't present in >RELENG_6, avoiding extra memory allocations and frees in storing the tags. I ran the tests against RELENG_6 then as well and have posted those results. There does indeed seem to be a slight improvement in HEAD over RELENG_6. ---Mike