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
F98481570: D33728.diff
Thu, Oct 3, 1:17 PM
Unknown Object (File)
Fri, Sep 27, 8:06 AM
Unknown Object (File)
Sun, Sep 22, 2:29 PM
Unknown Object (File)
Wed, Sep 11, 8:10 PM
Unknown Object (File)
Mon, Sep 9, 3:03 AM
Unknown Object (File)
Sat, Sep 7, 2:06 AM
Unknown Object (File)
Wed, Sep 4, 9:25 PM
Unknown Object (File)
Tue, Sep 3, 5:09 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 Skipped
Unit
Tests Skipped

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.