提交 4fb0a54a 编写于 作者: L Lennert Buytenhek 提交者: David S. Miller

mv643xx_eth: set sane default receive coalescing timeout

A receive coalescing timeout of 250 usec appears to strike a good
balance between allowing enough received frames to be aggregated for
LRO to do its job and not allowing the connection to stall due to
delaying ACKs to the remote end for too long.
Signed-off-by: NLennert Buytenhek <buytenh@marvell.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 a5fe3616
......@@ -2957,7 +2957,7 @@ static int mv643xx_eth_probe(struct platform_device *pdev)
netif_carrier_off(dev);
set_rx_coal(mp, 0);
set_rx_coal(mp, 250);
set_tx_coal(mp, 0);
err = register_netdev(dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册