kernel-ark/drivers/net/e1000e
Auke Kok de5b3077da e1000e: Add interrupt moderation run-time ethtool interface
The ethtool -c / -C interface can now be used to modify the
irq moderation algorithm. This change does not require an
adapter reset and can thus be used at all times. The adapter
only supports changing/reading rx-usecs which has special
values for 0, 1 and 3:

0 - no irq moderation whatsoever
1 - normal moderation favoring regular mixed traffic (default)
3 - best attempt at low latency possible at cost of CPU

For values between 10 and 10000 the rx-usecs defines "the minimum
time between successive irqs" in usec, unlike the module parameter.

Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-04-25 02:07:12 -04:00
..
82571.c e1000e: cleanup several stats issues 2008-04-25 02:07:11 -04:00
defines.h e1000e: cleanup several stats issues 2008-04-25 02:07:11 -04:00
e1000.h e1000e: Add interrupt moderation run-time ethtool interface 2008-04-25 02:07:12 -04:00
es2lan.c e1000e: cleanup several stats issues 2008-04-25 02:07:11 -04:00
ethtool.c e1000e: Add interrupt moderation run-time ethtool interface 2008-04-25 02:07:12 -04:00
hw.h e1000e: cleanup several stats issues 2008-04-25 02:07:11 -04:00
ich8lan.c e1000e: rename a few functions 2008-04-16 20:41:37 -04:00
lib.c e1000e: rename a few functions 2008-04-16 20:41:37 -04:00
Makefile e1000e: reformat comment blocks, cosmetic changes only 2008-03-28 22:14:56 -04:00
netdev.c e1000e: cleanup several stats issues 2008-04-25 02:07:11 -04:00
param.c e1000e: reformat comment blocks, cosmetic changes only 2008-03-28 22:14:56 -04:00
phy.c e1000e: reorganize PHY and flow control interface 2008-03-28 22:15:00 -04:00