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

As GRO uses the napi structure to track the held packets, I've
modified the code paths involved to pass that along.

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
..
ixgbe_82598.c drivers/net/ixgbe: fix sparse warnings: make symbols static 2008-12-26 00:03:59 -08:00
ixgbe_common.c
ixgbe_common.h
ixgbe_dcb_82598.c drivers/net/ixgbe: fix sparse warnings: make symbols static 2008-12-26 00:03:59 -08:00
ixgbe_dcb_82598.h
ixgbe_dcb_nl.c ixgbe: Fix NAPI enable/disable path when using DCB 2008-12-26 01:36:05 -08:00
ixgbe_dcb.c
ixgbe_dcb.h
ixgbe_ethtool.c ixgbe: Replace LRO with GRO 2009-01-21 14:34:06 -08:00
ixgbe_main.c ixgbe: Replace LRO with GRO 2009-01-21 14:34:06 -08:00
ixgbe_phy.c
ixgbe_phy.h
ixgbe_type.h ixgbe: fix dca issue with relaxed ordering turned on 2009-01-19 16:54:13 -08:00
ixgbe.h ixgbe: Replace LRO with GRO 2009-01-21 14:34:06 -08:00
Makefile