previous
|
start
|
next
Summary: softirq, tasklet, work queue
Which to use for a bottom half?
If the bottom half may sleep (directly or indirectly), use a work queue
Otherwise, use a tasklet
previous
|
start
|
next