From: Herbert Xu Date: Wed, 21 Jan 2009 22:39:13 +0000 (-0800) Subject: cxgb3: Replace LRO with GRO X-Git-Tag: v2.6.30-rc1~662^2~936 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7be2df451fa916f93e37763a58d33483feb0909f;p=pandora-kernel.git cxgb3: Replace LRO with GRO This patch makes cxgb3 invoke the GRO hooks instead of LRO. As GRO has a compatible external interface to LRO this is a very straightforward replacement. I've kept the ioctl controls for per-queue LRO switches. However, we should not encourage anyone to use these. Because of that, I've also kept the skb construction code in cxgb3. Hopefully we can phase out those per-queue switches and then kill this too. Signed-off-by: Herbert Xu Acked-by: Divy Le Ray Signed-off-by: David S. Miller --- Reading git-diff-tree failed