【发布时间】:2023-04-07 15:46:01
【问题描述】:
在哪些 CPU 和操作系统(操作系统)中,我们可以在 CPU 内核之间分配硬件中断,以便在不同内核上顺序产生中断,例如来自网络适配器的中断?
正如上面所说,我们不能在 Linux(x86_64) 中做到这一点: Is it possible to use the hardware de-multiplexing for highload network servers?
但是,我们可以在 Cortex-A5 MPCore 中做到这一点: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0434b/CCHDBEBE.html
【问题讨论】: