linux/drivers/net/sfc
Ben Hutchings 6fb70fd1b5 sfc: Implement adaptive IRQ moderation
Calculate a score for each 1000 IRQs:
- TX completions are worth 1 point
- RX completions are worth 4 if merged using LRO or 2 otherwise

Reduce moderation if the score is less than 10000, down to a minimum
of 5 us.  Increase moderation if the score is more than 20000, up to
the specified maximum.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-03-21 19:06:58 -07:00
..
bitfield.h
boards.c
boards.h
efx.c sfc: Implement adaptive IRQ moderation 2009-03-21 19:06:58 -07:00
efx.h sfc: Implement adaptive IRQ moderation 2009-03-21 19:06:58 -07:00
enum.h
ethtool.c sfc: Implement adaptive IRQ moderation 2009-03-21 19:06:58 -07:00
ethtool.h
falcon.c sfc: Implement adaptive IRQ moderation 2009-03-21 19:06:58 -07:00
falcon.h sfc: Implement adaptive IRQ moderation 2009-03-21 19:06:58 -07:00
falcon_gmac.c
falcon_hwdefs.h
falcon_io.h sfc: Optimise falcon_writel_page_locked() for page > 0 2009-03-21 19:06:56 -07:00
falcon_xmac.c
gmii.h
Kconfig
mac.h
Makefile
mdio_10g.c
mdio_10g.h
mtd.c
net_driver.h sfc: Implement adaptive IRQ moderation 2009-03-21 19:06:58 -07:00
phy.h
rx.c
rx.h
selftest.c
selftest.h
sfe4001.c
spi.h
tenxpress.c
tx.c sfc: Pad packets to 33 bytes to prevent TX packet parser lockup 2009-03-21 19:06:55 -07:00
tx.h
workarounds.h sfc: Pad packets to 33 bytes to prevent TX packet parser lockup 2009-03-21 19:06:55 -07:00
xenpack.h
xfp_phy.c