提交 cb903bf4 编写于 作者: D David S. Miller

tg3: Enable GRO by default.

This was merely an oversight when I added the *_gro_receive()
calls.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 e4fc9d15
......@@ -12993,6 +12993,7 @@ static int __devinit tg3_get_invariants(struct tg3 *tp)
tp->dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG;
if (tp->tg3_flags3 & TG3_FLG3_5755_PLUS)
tp->dev->features |= NETIF_F_IPV6_CSUM;
tp->dev->features |= NETIF_F_GRO;
}
/* Determine TSO capabilities */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册