linux/drivers/net/sfc
Herbert Xu da3bc07171 sfc: Replace LRO with GRO
This patch makes sfc invoke the GRO hooks instead of LRO.  As
GRO has a compatible external interface to LRO this is a very
straightforward replacement.

Everything should appear identical to the user except that the
offload is now controlled by the GRO ethtool option instead of
LRO.  I've kept the lro module parameter as is since that's for
compatibility only.

I have eliminated efx_rx_mk_skb as the GRO layer can take care
of all packets regardless of whether GRO is enabled or not.

So the only case where we don't call GRO is if the packet checksum
is absent.  This is to keep the behaviour changes of the patch to
a minimum.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-01-21 14:34:06 -08:00
..
Kconfig sfc: Replace LRO with GRO 2009-01-21 14:34:06 -08:00
Makefile
bitfield.h
boards.c
boards.h
efx.c sfc: Replace LRO with GRO 2009-01-21 14:34:06 -08:00
efx.h net: Remove redundant NAPI functions 2009-01-21 14:33:50 -08:00
enum.h
ethtool.c
ethtool.h
falcon.c
falcon.h
falcon_gmac.c
falcon_hwdefs.h
falcon_io.h
falcon_xmac.c
gmii.h
mac.h
mdio_10g.c
mdio_10g.h
mtd.c
net_driver.h sfc: Replace LRO with GRO 2009-01-21 14:34:06 -08:00
phy.h
rx.c sfc: Replace LRO with GRO 2009-01-21 14:34:06 -08:00
rx.h sfc: Replace LRO with GRO 2009-01-21 14:34:06 -08:00
selftest.c
selftest.h
sfe4001.c sfc: Replace LRO with GRO 2009-01-21 14:34:06 -08:00
spi.h
tenxpress.c sfc: Replace LRO with GRO 2009-01-21 14:34:06 -08:00
tx.c
tx.h
workarounds.h
xenpack.h
xfp_phy.c