Hi, opening the PR to track this. When running FreeBSD inside bhyve to test/use iwlwifi wireless (https://wiki.freebsd.org/WiFi/Iwlwifi) this does not work with the default driver using MSI-X. It seems interrupts are not arriving. When disabling MSI-X (by patch for tunable) and forcing it to use MSI that does work. In addition to some tracing done as suggested by @grehan I also tried/applied D20623, D24549, and D28277 locally (one which removed some noise from tracing) but apart from that did not make any difference. In case anyone has seen similar or has ideas what to try, please let me know.
I'll close the PR again. Was enough motivation to look into this even more and get help. Further discussions on the issue here: https://reviews.freebsd.org/D31241