commit | 78b6f4ce58d1c85190003840912cc9097cbb8146 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun Jan 18 21:49:45 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 21 14:34:06 2009 -0800 |
tree | 70682230f6f1a271f30b20a496f16ceeef217288 | |
parent | f3f3abb62ccb1a1c77bcce855c04e12356e6ac95 [diff] |
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>