[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20090225014205.GZ17040@xi.wantstofly.org>
Date: Wed, 25 Feb 2009 02:42:05 +0100
From: Lennert Buytenhek <buytenh@...tstofly.org>
To: David Miller <davem@...emloft.net>
Cc: nico@....org, netdev@...r.kernel.org
Subject: [PATCH 4/4] 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: Lennert Buytenhek <buytenh@...vell.com>
---
drivers/net/mv643xx_eth.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c
index 2ea964c..40db24d 100644
--- a/drivers/net/mv643xx_eth.c
+++ b/drivers/net/mv643xx_eth.c
@@ -2958,7 +2958,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);
--
1.5.6.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists