]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Restore the sysctl changes from 223676 and 227309 lost in the previous
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 21 Dec 2011 20:10:11 +0000 (20:10 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 21 Dec 2011 20:10:11 +0000 (20:10 +0000)
commitef93f574956922d66e045c2f889c22eba9e14a96
tree6bccf96da17955a74a986fe01da78d22dc2da6cf
parent53113e4db96b2113ce93e32f92554cabe652c4dc
Restore the sysctl changes from 223676 and 227309 lost in the previous
import:
- Add read-only sysctls for all of the tunables supported by the igb and
  em drivers.
- Make the per-instance 'enable_aim' sysctl truly per-instance by having it
  change a per-instance variable (which is used to control AIM) rather
  than having all of the per-instance sysctls operate on a single global
  variable.

While here, restore the previously existing hw.igb.rx_processing_limit
tunable as it is very useful to be able to set a default tunable that
applies to all adapters in the system.
sys/dev/e1000/if_igb.c
sys/dev/e1000/if_igb.h