From owner-cvs-all@FreeBSD.ORG Sat Feb 14 13:01:40 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 15C3C16A4D8; Sat, 14 Feb 2004 13:01:40 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD60743D1F; Sat, 14 Feb 2004 13:01:39 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id F2D4E6549E; Sat, 14 Feb 2004 21:01:38 +0000 (GMT) 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 95211-07-14; Sat, 14 Feb 2004 21:01:38 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 7E49C65497; Sat, 14 Feb 2004 21:01:38 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id C808FC3; Sat, 14 Feb 2004 21:01:37 +0000 (GMT) Date: Sat, 14 Feb 2004 21:01:37 +0000 From: Bruce M Simpson To: Max Laier Message-ID: <20040214210137.GD11710@saboteur.dek.spc.org> Mail-Followup-To: Max Laier , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200402131914.i1DJEGFA027591@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402131914.i1DJEGFA027591@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net bridge.c if_ethersubr.c src/sys/netinet in_proto.c ip_divert.c ip_divert.h ip_dummynet.c ip_dummynet.h ip_fastfwd.c ip_fw.h ip_fw2.c ip_input.c ip_output.c ip_var.h tcp_debug.c tcp_input.c src/sys/sys mbuf.h 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: Sat, 14 Feb 2004 21:01:40 -0000 On Fri, Feb 13, 2004 at 11:14:16AM -0800, Max Laier wrote: > Log: > This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing > them mostly with packet tags (one case is handled by using an mbuf flag > since the linkage between "caller" and "callee" is direct and there's no > need to incur the overhead of a packet tag). I feel less dirty now. BMS