]> git.baikalelectronics.ru Git - kernel.git/commit
net: mv643xx_eth: Add GRO support
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Thu, 11 Apr 2013 02:40:23 +0000 (02:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Apr 2013 20:21:57 +0000 (16:21 -0400)
commit5d389dcc4b1c40329ee3461d9bacd1c4cceae5e0
treedb58b288de19589e0d84e7df363f3f63c6592113
parent2193fad40bb91bf5f6cf5ff51033faf3ecc4040e
net: mv643xx_eth: Add GRO support

This patch adds GRO support to mv643xx_eth by making it invoke
napi_gro_receive instead of netif_receive_skb.

Signed-off-by: Soeren Moch <smoch@web.de>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mv643xx_eth.c