Skip to content

Commit

Permalink
tile: enable GRO in the tilegx network driver
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Chris Metcalf authored and David S. Miller committed Aug 1, 2013
1 parent 5e7a54a commit 6ab4ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/tile/tilegx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6ab4ae9

Please sign in to comment.