Results 1 to 3 of 3
Hi guys,
I've been studying Kernel drivers to start to understand Linux more, the documentation I can find on the internet tells me that in 2.6 a debate was ongoing ...
- 11-20-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 3
Bottom-half for drivers in Kernel 3.1/3.2
Hi guys,
I've been studying Kernel drivers to start to understand Linux more, the documentation I can find on the internet tells me that in 2.6 a debate was ongoing regards dropping tasklets in favour of workqueues or some other bottom-half interrupt mechanism but I've been unable to find any documentation relating to the conclusion of this discussion.
Does anyone know if a consensus was formed and if there were any kernel changes to go with it?
Many thanks
- 11-22-2011 #2Banned
- Join Date
- Nov 2011
- Posts
- 13
Hi,
Tasklets are now old stuff, workqueues is what you must use as BH.Last edited by oz; 11-22-2011 at 12:23 PM. Reason: spam removal
- 11-22-2011 #3Just Joined!
- Join Date
- Oct 2011
- Posts
- 3


Reply With Quote

