Date: Wed, 22 Jul 2009 11:57:34 +0000 (UTC) From: Andrew Gallatin <gallatin@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/man/man4 mxge.4 src/sys/dev/mxge if_mxge.c Message-ID: <200907221203.n6MC3Umr015754@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gallatin 2009-07-22 11:57:34 UTC
FreeBSD src repository
Modified files:
share/man/man4 mxge.4
sys/dev/mxge if_mxge.c
Log:
SVN rev 195818 on 2009-07-22 11:57:34Z by gallatin
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)
Revision Changes Path
1.10 +2 -2 src/share/man/man4/mxge.4
1.64 +1 -0 src/sys/dev/mxge/if_mxge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907221203.n6MC3Umr015754>
