Page MenuHomeFreeBSD

bhyve: only init MSI-X table if passthru device supports it
ClosedPublic

Authored by corvink on Jan 3 2022, 12:26 PM.
Tags
Referenced Files
Unknown Object (File)
Fri, Jan 24, 7:50 AM
Unknown Object (File)
Fri, Jan 17, 7:46 PM
Unknown Object (File)
Dec 19 2024, 4:09 AM
Unknown Object (File)
Dec 4 2024, 10:42 PM
Unknown Object (File)
Dec 4 2024, 10:41 PM
Unknown Object (File)
Dec 4 2024, 10:41 PM
Unknown Object (File)
Dec 4 2024, 10:20 PM
Unknown Object (File)
Oct 3 2024, 3:30 PM

Details

Summary

Some passthru devices only support MSI instead of MSI-X. For those
devices the initialization of MSI-X table will fail.

This issue was added by D33628

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz added a subscriber: bz.

Sorry for that breakage and thanks for the fix; do you mind if I commit it straight away so I can MFC the proper version?

This revision is now accepted and ready to land.Jan 3 2022, 2:10 PM
In D33728#762550, @bz wrote:

Sorry for that breakage and thanks for the fix; do you mind if I commit it straight away so I can MFC the proper version?

Thanks for your fast response. Of course, you can commit it straight away.