summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorsmh <smh@FreeBSD.org>2018-04-09 08:25:29 +0000
committersmh <smh@FreeBSD.org>2018-04-09 08:25:29 +0000
commit8feff5542d215ede075cfc7c75e90fa78e8ce370 (patch)
treecc0d0f8743dd35cb1dda41a15c7d67c98f0125fd /UPDATING
parent1714b140296fe30a66f9fc3ccf28fa6c7bc4e593 (diff)
downloadFreeBSD-src-8feff5542d215ede075cfc7c75e90fa78e8ce370.zip
FreeBSD-src-8feff5542d215ede075cfc7c75e90fa78e8ce370.tar.gz
MFC r327559:
Disabled the use of flowid for lagg by default Sponsored by: Multiplay
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e7dadfb..ca5b484 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,14 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
the tip of head, and then rebuild without this option. The bootstrap process
from older version of current across the gcc/clang cutover is a bit fragile.
+20180409:
+ The use of RSS hash from the network card aka flowid has been
+ disabled by default for lagg(4) as it's currently incompatible with
+ the lacp and loadbalance protocols.
+
+ This can be re-enabled by setting the following in loader.conf:
+ net.link.lagg.default_use_flowid="1"
+
20180331:
Clang, llvm, lld, lldb, compiler-rt and libc++ have been upgraded to
6.0.0. Please see the 20141231 entry below for information about
OpenPOWER on IntegriCloud