Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending IPIs #6

Open
rishabh246 opened this issue Jul 5, 2022 · 0 comments
Open

Sending IPIs #6

rishabh246 opened this issue Jul 5, 2022 · 0 comments

Comments

@rishabh246
Copy link

rishabh246 commented Jul 5, 2022

Hi,

I'm trying to run Shinjuku.
Shinjuku boots OK and the networker, dispatcher and workers all start fine but the dispatcher is unable to pre-empt any of the workers. A quick look showed that on my system the IPI isn't being sent, because the Interrupt Control Reg (ICR) of the APIC seems permanently busy - https://github.com/kkaffes/dune/blob/master/libdune/apic.c#L98.

Unfortunately, this doesn't seem too well documented online and so debugging this has been pretty hard. As far as I can tell, Dune doesn't do much to setup IPIs either (beyond mapping the relevant addresses into the dispatcher's address space), so it doesn't seem like I've forgotten to set an important bit somewhere either.

Did you ever run into this? If so, any help would be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant