From: Patrick McHardy Date: Fri, 13 Jan 2006 22:36:55 +0000 (-0800) Subject: [PKT_SCHED]: Change default clock source to gettimeofday X-Git-Tag: upstream/snapshot3+hdmi~43595^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dca80b962a811a0454d779ab6250b59446a8c86c;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [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 Signed-off-by: David S. Miller --- diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 8a260d4..778b1e5 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