From owner-cvs-src@FreeBSD.ORG Sat Feb 14 13:14:11 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 BABD116A4CF for ; Sat, 14 Feb 2004 13:14:11 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 8226643D31 for ; Sat, 14 Feb 2004 13:14:11 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 2903 invoked by uid 1002); 14 Feb 2004 21:14:11 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 14 Feb 2004 21:14:11 -0000 Message-ID: <402E8F04.8060604@freebsd.org> Date: Sat, 14 Feb 2004 14:11:32 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Max Laier References: <200402131914.i1DJEGFA027591@repoman.freebsd.org> In-Reply-To: <200402131914.i1DJEGFA027591@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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-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: Sat, 14 Feb 2004 21:14:11 -0000 Max Laier wrote: > mlaier 2004/02/13 11:14:16 PST > > FreeBSD src repository > > Modified files: > sys/net bridge.c if_ethersubr.c > sys/netinet in_proto.c ip_divert.c 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 > sys/sys mbuf.h > Added files: > sys/netinet ip_divert.h > 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). > > This is (mostly) work from: sam > > Silence from: -arch > Approved by: bms(mentor), sam, rwatson > Hurray!