dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Patrick McHardy 2006-01-13 14:36:55 -08:00 committed by David S. Miller
parent ee51b1b6ce
commit dca80b962a
1 changed files with 1 additions and 1 deletions

View File

@ -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