[NET_SCHED]: sch_cbq: use hrtimer for delay_timer
authorPatrick McHardy <kaber@trash.net>
Fri, 16 Mar 2007 08:22:20 +0000 (01:22 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:26:12 +0000 (22:26 -0700)
commit1a13cb63d679da328cfa339c89b8b2d0eba3b81e
tree0de208583285cb470ca6ff9bd351e8054e5a68d2
parente9054a339eb275c756efeeaee42af484ac72a3f4
[NET_SCHED]: sch_cbq: use hrtimer for delay_timer

Switch delay_timer to hrtimer.

The class penalty parameter is changed to use psched ticks as units.
Since iproute never supported using this and the only existing user
(libnl) incorrectly assumes psched ticks as units anyway, this
shouldn't break anything.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_cbq.c