diff options
author | bz <bz@FreeBSD.org> | 2009-02-01 21:11:08 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2009-02-01 21:11:08 +0000 |
commit | 5d8f0a53a75aefe97721f737758596bf3b542e2c (patch) | |
tree | a5470a3738df362d49e1bb6da8886ec0f93e4d7c /UPDATING | |
parent | 23001c70f6bbdc9d9fdf1e5004247a1ca399bca0 (diff) | |
download | FreeBSD-src-5d8f0a53a75aefe97721f737758596bf3b542e2c.zip FreeBSD-src-5d8f0a53a75aefe97721f737758596bf3b542e2c.tar.gz |
Remove the single global unlocked route cache ip6_forward_rt
from the inet6 stack along with statistics and make sure we
properly free the rt in all cases.
While the current situation is not better performance wise it
prevents panics seen more often these days.
After more inet6 and ipsec cleanup we should be able to improve
the situation again passing the rt to ip6_forward directly.
Leave the ip6_forward_rt entry in struct vinet6 but mark it
for removal.
PR: kern/128247, kern/131038
MFC after: 25 days
Committed from: Bugathon #6
Tested by: Denis Ahrens <denis@h3q.com> (different initial version)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW: to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20090201: + INET6 statistics (struct ip6stat) was updated. + netstat(1) needs to be recompiled. + 20090119: NTFS has been removed from GENERIC kernel on amd64 to match GENERIC on i386. Should not cause any issues since mount_ntfs(8) |