Page MenuHomeFreeBSD

ix, ixv: Read msix_bar from device configuration
ClosedPublic

Authored by piotr.pietruszewski_intel.com on Sep 6 2019, 12:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 26, 8:36 PM
Unknown Object (File)
Wed, Mar 25, 1:46 AM
Unknown Object (File)
Sun, Mar 22, 3:57 PM
Unknown Object (File)
Fri, Mar 20, 5:22 AM
Unknown Object (File)
Wed, Mar 18, 11:54 PM
Unknown Object (File)
Tue, Mar 17, 5:02 AM
Unknown Object (File)
Sun, Mar 15, 6:42 PM
Unknown Object (File)
Mar 8 2026, 8:59 PM

Details

Summary

Instead of predicting MSI-X bar basing on mac type, read it from device
configuration.

This patch resolves PR 239704.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

erj added a subscriber: erj.

Is there a reason that we wouldn't do this for all of our drivers, instead of hardcoding the BAR index?

I agree with Eric, we should depend on the device to be configured properly, and push to get the images for the device updated if they're wrong.

If the BAR varies across devices, I think using pci_msix_table_bar is probably the simplest thing to do.

This revision is now accepted and ready to land.Sep 17 2019, 4:38 PM
This revision was automatically updated to reflect the committed changes.