summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2009-07-22 11:57:34 +0000
committergallatin <gallatin@FreeBSD.org>2009-07-22 11:57:34 +0000
commit315ba5eabf0194d0403cc2afbd4e67b2063d5fd7 (patch)
tree61c6beaab8ea0ab2655e8d69d79648a26d083d90 /share/man
parentf1e58a64c4a48a18bf5bc709c0592a3bc3c5160c (diff)
downloadFreeBSD-src-315ba5eabf0194d0403cc2afbd4e67b2063d5fd7.zip
FreeBSD-src-315ba5eabf0194d0403cc2afbd4e67b2063d5fd7.tar.gz
mxge's tunable hw.mxge.rss_hash_type cannot be set from the
loader, because it uses a reserved suffix (_type). Fix this by removing the "_" and renaming the tunable to hw.mxge.rss_hashtype. The old (rss_hash_type) tunable is still fetched, in case people load the driver via scripts. When both are present in the kernel environment, the new value (hw.mxge.rss_hashtype) overrides the old value. Approved by: re (kib)
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/mxge.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/mxge.4 b/share/man/man4/mxge.4
index 50cc0a9..5a353fb 100644
--- a/share/man/man4/mxge.4
+++ b/share/man/man4/mxge.4
@@ -125,14 +125,14 @@ A slice is comprised
of a set of receive queues and an associated interrupt thread.
When using multiple slices, the NIC hashes traffic to different slices
based on the value of
-.Va hw.mxge.rss_hash_type .
+.Va hw.mxge.rss_hashtype .
Using multiple slices requires that your motherboard and Myri10GE NIC
both be capable of MSI-X.
Older Myri10GE NICs can be field upgraded to add
MSI-X using the "10G NIC Tool Kit" for FreeBSD which is available from
.Pa http://www.myri.com/scs/download-10g-tools.html .
.Pp
-.It Va hw.mxge.rss_hash_type
+.It Va hw.mxge.rss_hashtype
This value determines how incoming traffic is steered to different
slices.
This tunable is ignored when using just a single slice.
OpenPOWER on IntegriCloud