从上图可以看到, 中断配置时,System Interrupt 和 Host Interrupt需要 map 到一起,Host Interrupt 与 Event ID 是 one to one,最后映射到中断向量。
那么,在使用 QpendQ 的中断方式时,
queue number 是如何与 host interrupt 一一对应的?
也就是说如何将 queue number 绑定到 host interrupt 上?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
从上图可以看到, 中断配置时,System Interrupt 和 Host Interrupt需要 map 到一起,Host Interrupt 与 Event ID 是 one to one,最后映射到中断向量。
那么,在使用 QpendQ 的中断方式时,
queue number 是如何与 host interrupt 一一对应的?
也就是说如何将 queue number 绑定到 host interrupt 上?