提交 6ab4ae9a 编写于 作者: C Chris Metcalf 提交者: David S. Miller

tile: enable GRO in the tilegx network driver

Signed-off-by: NChris Metcalf <cmetcalf@tilera.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 5e7a54a2
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册