diff options
author | rwatson <rwatson@FreeBSD.org> | 2004-08-28 17:08:30 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2004-08-28 17:08:30 +0000 |
commit | 25e168c12af6ae81921841d55f8beedf1bd925b6 (patch) | |
tree | 8f10b5e88b9b0b086f8b1ed634262de1a71d408d /UPDATING | |
parent | d3d86164245af46d9f640d4aa3a04e4e3bff8483 (diff) | |
download | FreeBSD-src-25e168c12af6ae81921841d55f8beedf1bd925b6.zip FreeBSD-src-25e168c12af6ae81921841d55f8beedf1bd925b6.tar.gz |
Add an updating entry for the recent change in network stack locking
default for debug.mpsafenet, pointing at the recent announcement and
things to try if instability is experienced.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -23,6 +23,19 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20040828: + The default configuration for the network stack has been changed + such that it now runs without the Giant lock unless configured + otherwise. If you experience network-related instability, you + may wish to try setting "debug.mpsafenet=0" or compiling the + kernel with "options NET_WITH_GIANT". Details on the netperf + project may be found at: + + http://www.watson.org/~robert/freebsd/netperf/ + + Including the 20040828 announcement of configuration change + details. + 20040827: PFIL_HOOKS are a fixed part of the network stack now and do not need to be specified in the kernel configuration file anymore. |