Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ab4ae9a authored by Chris Metcalf's avatar Chris Metcalf Committed by David S. Miller
Browse files

tile: enable GRO in the tilegx network driver

parent 5e7a54a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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)
	if (idesc->cs && idesc->csum_seed_val == 0xFFFF)
		skb->ip_summed = CHECKSUM_UNNECESSARY;
		skb->ip_summed = CHECKSUM_UNNECESSARY;


	netif_receive_skb(skb);
	napi_gro_receive(&info->napi, skb);


	/* Update stats. */
	/* Update stats. */
	tile_net_stats_add(1, &dev->stats.rx_packets);
	tile_net_stats_add(1, &dev->stats.rx_packets);