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

niu: Enable GRO by default.

This was merely an oversight when I added the napi_gro_receive()
calls.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 aa395145
......@@ -9838,7 +9838,7 @@ static int __devinit niu_pci_init_one(struct pci_dev *pdev,
}
}
dev->features |= (NETIF_F_SG | NETIF_F_HW_CSUM);
dev->features |= (NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_GRO);
np->regs = pci_ioremap_bar(pdev, 0);
if (!np->regs) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部