From owner-svn-src-all@FreeBSD.ORG Tue Aug 4 07:57:41 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FF301065675; Tue, 4 Aug 2009 07:57:41 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 30AE38FC08; Tue, 4 Aug 2009 07:57:40 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 6C8193BBFCA; Tue, 4 Aug 2009 03:57:40 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 04 Aug 2009 03:57:41 -0400 X-Sasl-enc: OyFhqSDsk1BFCvhRKOcpoLA4hyGurt9BbHgfqr7vZi94 1249372642 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 650A813BC4; Tue, 4 Aug 2009 03:57:22 -0400 (EDT) Message-ID: <4A77E9F1.6040407@incunabulum.net> Date: Tue, 04 Aug 2009 08:57:37 +0100 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Robert Watson References: <200908021943.n72JhWKX023102@svn.freebsd.org> In-Reply-To: <200908021943.n72JhWKX023102@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r196039 - in head/sys: contrib/pf/net dev/cxgb/ulp/tom net netinet netinet6 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2009 07:57:41 -0000 Hey Robert, I didn't see any changes which directly touched ip_mroute in this rev. Can you clarify how this touches ip_mroute? It wasn't obvious from the diff. thanks, BMS Robert Watson wrote: > Log: > Many network stack subsystems use a single global data structure to hold > all pertinent statatistics for the subsystem. These structures are > sometimes "borrowed" by kernel modules that require a place to store > statistics for similar events. > ... > The following modules are affected by this change: > > if_bridge > if_cxgb > if_gif > ip_mroute >