在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
答案 0 :(得分:2)
看看irqbalance linux实用程序:
https://github.com/Irqbalance/irqbalance
我最近移植到基于ARM Cortex A9的平台。
硬件中断被路由到不同的核心。