summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mediatek
diff options
context:
space:
mode:
authorJohn Crispin2016-06-10 13:28:05 +0200
committerDavid S. Miller2016-06-11 08:29:29 +0200
commiteaadf9fd3f6390f6ecbd0dfbd5997a0486fc9d5e (patch)
tree0a6d64f3afe204b095e2be7a521f00d3178140af /drivers/net/ethernet/mediatek
parentnet: mediatek: fix threshold value (diff)
downloadkernel-qcow2-linux-eaadf9fd3f6390f6ecbd0dfbd5997a0486fc9d5e.tar.gz
kernel-qcow2-linux-eaadf9fd3f6390f6ecbd0dfbd5997a0486fc9d5e.tar.xz
kernel-qcow2-linux-eaadf9fd3f6390f6ecbd0dfbd5997a0486fc9d5e.zip
net: mediatek: increase watchdog_timeo
During stress testing, after reducing the threshold value, we have seen TX timeouts that were caused by the watchdog_timeo value being too low. Increase the value to 5 * HZ which is a value commonly used by many other drivers. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mediatek')
-rw-r--r--drivers/net/ethernet/mediatek/mtk_eth_soc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.c b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
index 032939d211a7..3b3ba2e55bdc 100644
--- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
+++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
@@ -1709,7 +1709,7 @@ static int mtk_add_mac(struct mtk_eth *eth, struct device_node *np)
mac->hw_stats->reg_offset = id * MTK_STAT_OFFSET;
SET_NETDEV_DEV(eth->netdev[id], eth->dev);
- eth->netdev[id]->watchdog_timeo = HZ;
+ eth->netdev[id]->watchdog_timeo = 5 * HZ;
eth->netdev[id]->netdev_ops = &mtk_netdev_ops;
eth->netdev[id]->base_addr = (unsigned long)eth->base;
eth->netdev[id]->vlan_features = MTK_HW_FEATURES &