mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-04 21:54:34 +00:00
tile: enable GRO in the tilegx network driver
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5e7a54a2a7
commit
6ab4ae9aad
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ static void tile_net_receive_skb(struct net_device *dev, struct sk_buff *skb,
|
|||
if (idesc->cs && idesc->csum_seed_val == 0xFFFF)
|
||||
skb->ip_summed = CHECKSUM_UNNECESSARY;
|
||||
|
||||
netif_receive_skb(skb);
|
||||
napi_gro_receive(&info->napi, skb);
|
||||
|
||||
/* Update stats. */
|
||||
tile_net_stats_add(1, &dev->stats.rx_packets);
|
||||
|
|
Loading…
Add table
Reference in a new issue