aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2006-01-13 14:36:55 -0800
committerDavid S. Miller <davem@davemloft.net>2006-01-13 14:36:55 -0800
commitdca80b962a811a0454d779ab6250b59446a8c86c (patch)
tree313ddfa8017aaa47b53287293ee2265bf0596fd9 /net
parentee51b1b6cece4dad408feeb0c3c9adb9cbd9f7d9 (diff)
downloadlinux-dca80b962a811a0454d779ab6250b59446a8c86c.tar.gz
[PKT_SCHED]: Change default clock source to gettimeofday
The default of using jiffies is very bad and results in underutilization except with very low bandwidth. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/sched/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 8a260d43ceef15..778b1e5a4b5097 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -44,7 +44,7 @@ if NET_SCHED
choice
prompt "Packet scheduler clock source"
- default NET_SCH_CLK_JIFFIES
+ default NET_SCH_CLK_GETTIMEOFDAY
---help---
Packet schedulers need a monotonic clock that increments at a static
rate. The kernel provides several suitable interfaces, each with