From: Eric Dumazet Date: Tue, 31 Aug 2010 18:25:32 +0000 (+0000) Subject: skge: add GRO support X-Git-Tag: v2.6.37-rc1~147^2~596 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86cac58b71227cc34a3d0e78f19585c0eff49ea3;p=pandora-kernel.git skge: add GRO support - napi_gro_flush() is exported from net/core/dev.c, to avoid an irq_save/irq_restore in the packet receive path. - use napi_gro_receive() instead of netif_receive_skb() - use napi_gro_flush() before calling __napi_complete() - turn on NETIF_F_GRO by default - Tested on a Marvell 88E8001 Gigabit NIC Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed