Interrupts not being received at all processors

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
ri
Posts: 9
Joined: Mon Feb 05, 2018 11:18 am

Interrupts not being received at all processors

Post by ri »

I have a server with two Intel Xeon 18-core cpus with hyper-threading enabled. I'm trying to send an IPI between cores and there are only about 5 cores which receive the interrupts. The same is happening when I'm trying to set up MSI vectors for my Ethernet driver. I've disabled x2apic and am using physical addressing mode. The max APIC id is 119 so that should be fine.
I believe I have all steps done for each AP that are mentioned in this post viewtopic.php?f=1&p=201660.

Any suggestions about what I might be missing?
MichaelPetch
Member
Member
Posts: 798
Joined: Fri Aug 26, 2016 1:41 pm
Libera.chat IRC: mpetch

Re: Interrupts not being received at all processors

Post by MichaelPetch »

Care to post your complete project online to something like github?
Post Reply