Date: Tue, 18 Aug 2009 13:55:46 -0700 From: Sam Leffler <sam@errno.com> To: Kip Macy <kmacy@FreeBSD.org> 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 Message-ID: <4A8B1552.6010703@errno.com> In-Reply-To: <200908182028.n7IKSwJ9027599@svn.freebsd.org> References: <200908182028.n7IKSwJ9027599@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A8B1552.6010703>