[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20090821.170329.163431377.davem@davemloft.net>
Date: Fri, 21 Aug 2009 17:03:29 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: netdev@...r.kernel.org
CC: tglx@...utronix.de
Subject: [PATCH 0/2]: Convert packet scheduler hrtimers to tasklet_hrtimer
tasklet_hrtimers were created as a response to how we noticed that
we had hrtimers but they expected to run in softirq context but
actually hrtimers run in hw IRQ context
This converts the two hrtimers in the packet scheduler over to
be tasklet_hrtimers.
The CAN protocol has a few hrtimers, but they fire off tasklets to
do softirq work. So they're OK.
So after this we should be clean in the networking.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists