From owner-cvs-all@FreeBSD.ORG Thu Jun 17 10:05:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F01E16A4CF for ; Thu, 17 Jun 2004 10:05:27 +0000 (GMT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id ECBD543D53 for ; Thu, 17 Jun 2004 10:05:26 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 94356 invoked from network); 17 Jun 2004 09:19:17 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 17 Jun 2004 09:19:17 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 17 Jun 2004 04:19:15 -0500 (CDT) From: Mike Silbersack To: "Christian S.J. Peron" In-Reply-To: <200406112217.i5BMHFfM064236@repoman.freebsd.org> Message-ID: <20040617041743.J5269@odysseus.silby.com> References: <200406112217.i5BMHFfM064236@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2004 10:05:27 -0000 On Fri, 11 Jun 2004, Christian S.J. Peron wrote: > Some very basic benchmarks were taken which compares the number > of in_pcblookup_hash(9) activations to the number of firewall > rules containing UID/GID based contraints before and after this patch. > > The results can be viewed here: > o http://people.freebsd.org/~csjp/ip_fw_pcb.png For future reference, you should write out a quick summary of the results in the commit message where possible. When some fresh new FreeBSD committer comes running through the ipfw code 2 years from now, it's likely that the url will be invalid, and the youngster will not be able to learn how much you improved the code. :) Mike "Silby" Silbersack