From owner-svn-src-head@FreeBSD.ORG Tue Aug 18 20:55:47 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD6181065693; Tue, 18 Aug 2009 20:55:47 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 8A0898FC65; Tue, 18 Aug 2009 20:55:47 +0000 (UTC) Received: from ice.local ([10.0.0.115]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n7IKtkge021823 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 Aug 2009 13:55:46 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <4A8B1552.6010703@errno.com> Date: Tue, 18 Aug 2009 13:55:46 -0700 From: Sam Leffler User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: Kip Macy References: <200908182028.n7IKSwJ9027599@svn.freebsd.org> In-Reply-To: <200908182028.n7IKSwJ9027599@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r196368 - in head/sys: net netinet X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2009 20:55:47 -0000 Kip Macy wrote: > Author: kmacy > Date: Tue Aug 18 20:28:58 2009 > New Revision: 196368 > URL: http://svn.freebsd.org/changeset/base/196368 > > Log: > - change the interface to flowtable_lookup so that we don't rely on > the mbuf for obtaining the fib index > - check that a cached flow corresponds to the same fib index as the > packet for which we are doing the lookup > - at interface detach time flush any flows referencing stale rtentrys > associated with the interface that is going away (fixes reported > panics) > - reduce the time between cleans in case the cleaner is running at > the time the eventhandler is called and the wakeup is missed less > time will elapse before the eventhandler returns > - separate per-vnet initialization from global initialization > (pointed out by jeli@) - add ddb "show flowtables" cmd