]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
mxge's tunable hw.mxge.rss_hash_type cannot be set from the
authorgallatin <gallatin@FreeBSD.org>
Wed, 22 Jul 2009 11:57:34 +0000 (11:57 +0000)
committergallatin <gallatin@FreeBSD.org>
Wed, 22 Jul 2009 11:57:34 +0000 (11:57 +0000)
commit315ba5eabf0194d0403cc2afbd4e67b2063d5fd7
tree61c6beaab8ea0ab2655e8d69d79648a26d083d90
parentf1e58a64c4a48a18bf5bc709c0592a3bc3c5160c
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)
share/man/man4/mxge.4
sys/dev/mxge/if_mxge.c