pkt_sched: Convert CBQ to tasklet_hrtimer.
authorDavid S. Miller <davem@davemloft.net>
Fri, 21 Aug 2009 23:51:38 +0000 (16:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Aug 2009 01:52:38 +0000 (18:52 -0700)
commit38acce2d7983632100a9ff3fd20295f6e34074a8
tree9207518005cc12ae5e4642b8220471a0168f8c89
parentee5f9757ea17759e1ce5503bdae2b07e48e32af9
pkt_sched: Convert CBQ to tasklet_hrtimer.

This code expects to run in softirq context, and bare hrtimers
run in hw IRQ context.

Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
net/sched/sch_cbq.c