Date: Sat, 14 Feb 2004 14:11:32 -0700 From: Scott Long <scottl@freebsd.org> To: Max Laier <mlaier@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 Message-ID: <402E8F04.8060604@freebsd.org> In-Reply-To: <200402131914.i1DJEGFA027591@repoman.freebsd.org> References: <200402131914.i1DJEGFA027591@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?402E8F04.8060604>