Page MenuHomeFreeBSD

LinuxKPI: PCI: implement support for more than 1 MSI vector
ClosedPublic

Authored by bz on Jan 27 2023, 3:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 14, 12:35 PM
Unknown Object (File)
Oct 5 2024, 9:09 PM
Unknown Object (File)
Oct 2 2024, 8:12 AM
Unknown Object (File)
Sep 30 2024, 2:11 PM
Unknown Object (File)
Sep 5 2024, 10:10 AM
Unknown Object (File)
Sep 1 2024, 5:32 AM
Unknown Object (File)
Aug 30 2024, 3:00 AM
Unknown Object (File)
Aug 26 2024, 11:25 PM
Subscribers

Details

Summary

Following e9715b1c4474333ff119aba3a9a74bff91f72372 and
4b56afaf7bf4fa37bae5b26fd93ee1ff5969c1bb, implement support
for up-to 32 MSI vectors. This is used by wireless drivers.
This also switches msi_desc to an array in order to store per-vector
information.

Sponsored by: The FreeBSD Foundation
Discussed with: grehan (in Dec)
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 49435
Build 46325: arc lint + arc unit

Event Timeline

bz requested review of this revision.Jan 27 2023, 3:42 PM
sys/compat/linuxkpi/common/include/linux/pci.h
335–336

Seems like this comment is now stale?

Remove stale comment as pointed out by @jhb.

bz marked an inline comment as done.Feb 1 2023, 10:06 PM
This revision is now accepted and ready to land.Feb 3 2023, 5:10 PM