Instead of predicting MSI-X bar basing on mac type, read it from device
configuration.
This patch resolves PR 239704.
Differential D21547
ix, ixv: Read msix_bar from device configuration piotr.pietruszewski_intel.com on Sep 6 2019, 12:40 PM. Authored by Tags None Referenced Files
Subscribers
Details
Instead of predicting MSI-X bar basing on mac type, read it from device This patch resolves PR 239704.
Diff Detail
Event TimelineComment Actions Is there a reason that we wouldn't do this for all of our drivers, instead of hardcoding the BAR index? Comment Actions 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. Comment Actions If the BAR varies across devices, I think using pci_msix_table_bar is probably the simplest thing to do. |