linux/drivers/net/sfc
Ben Hutchings 18e1d2beb6 sfc: Feed GRO result into RX allocation policy and interrupt moderation
When GRO is successfully merging received packets, we should allocate
raw page buffers rather than skbs that will be discarded by GRO.
Otherwise, we should allocate skbs.

GRO also benefits from higher interrupt moderation, so increase the
score for mergeable RX packets.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-10-29 21:37:06 -07:00
..
bitfield.h
efx.c sfc: Move MTD probe after netdev registration and name allocation 2009-10-24 04:27:24 -07:00
efx.h sfc: Remove pointless abstraction of memory BAR number 2009-10-24 04:27:18 -07:00
enum.h
ethtool.c sfc: Maintain interrupt moderation values in ticks, not microseconds 2009-10-24 04:27:15 -07:00
ethtool.h
falcon_boards.c sfc: Rename 'xfp' file and functions to reflect reality 2009-10-24 04:27:28 -07:00
falcon_gmac.c
falcon_xmac.c
falcon.c sfc: Really allow RX checksum offload to be disabled 2009-10-28 02:50:44 -07:00
falcon.h
io.h
Kconfig
mac.h
Makefile sfc: Rename 'xfp' file and functions to reflect reality 2009-10-24 04:27:28 -07:00
mdio_10g.c sfc: Remove unused code for non-autoneg speed/duplex switching 2009-10-24 04:27:26 -07:00
mdio_10g.h
mtd.c
net_driver.h sfc: Merge efx_fc_resolve() into efx_mdio_get_pause() 2009-10-24 04:27:25 -07:00
phy.h sfc: Rename 'xfp' file and functions to reflect reality 2009-10-24 04:27:28 -07:00
qt202x_phy.c sfc: Rename 'xfp' file and functions to reflect reality 2009-10-24 04:27:28 -07:00
regs.h
rx.c sfc: Feed GRO result into RX allocation policy and interrupt moderation 2009-10-29 21:37:06 -07:00
rx.h
selftest.c
selftest.h
spi.h
tenxpress.c
tx.c
tx.h
workarounds.h