Softirqs were originally designed as a vector of 32 softirq entries supporting a variety of software interrupt behaviors.
软中断最初为具有32 个软中断条目的矢量, 用来支持一系列的软件中断特性。
One interesting aspect is the ability to define the execution context of the callback function (such as in softirq or hardiirq context).
一个有趣的方面是它能够定义回调函数的执行上下文(比如在softirq或hardiirq上下文中)。
Tasklets are scheduled through the softirq mechanism, sometimes through ksoftirqd (a per-CPU kernel thread), when the machine is under heavy soft-interrupt load.
通过软中断机制来调度微线程,当机器处于严重软件中断负荷之下时, 可通过ksoftirqd(一种每CPU内核线程)软中断来调度。
Tasklets are scheduled through the softirq mechanism, sometimes through ksoftirqd (a per-CPU kernel thread), when the machine is under heavy soft-interrupt load.
通过软中断机制来调度微线程,当机器处于严重软件中断负荷之下时, 可通过ksoftirqd(一种每CPU内核线程)软中断来调度。
应用推荐