]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit11010340b9b770af15fdfc9a15a575914e1c6114
tree9207518005cc12ae5e4642b8220471a0168f8c89
parent7ed5d9f09025fb269744ef0a326eb767b879f859
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