From: Herbert Xu Date: Mon, 19 Jan 2009 05:49:45 +0000 (-0800) Subject: ixgbe: Replace LRO with GRO X-Git-Tag: v2.6.30-rc1~662^2~948 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b6f4ce58d1c85190003840912cc9097cbb8146;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed