]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
mxge's tunable hw.mxge.rss_hash_type cannot be set from the
authorAndrew Gallatin <gallatin@FreeBSD.org>
Wed, 22 Jul 2009 11:57:34 +0000 (11:57 +0000)
committerAndrew Gallatin <gallatin@FreeBSD.org>
Wed, 22 Jul 2009 11:57:34 +0000 (11:57 +0000)
commit94c7d993a32df8cdb1f82e3a0dcff15872c65a16
tree61c6beaab8ea0ab2655e8d69d79648a26d083d90
parent90ad51e897aa1fdbc8ad69e3e2bdb18e94aa86e6
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