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
F166441415: D38222.id116539.diff
Thu, Aug 13, 2:28 PM
F166316034: D38222.id115927.diff
Wed, Aug 12, 8:52 PM
F166309328: D38222.id.diff
Wed, Aug 12, 7:49 PM
F166307895: D38222.id116236.diff
Wed, Aug 12, 7:36 PM
Unknown Object (File)
Wed, Aug 12, 3:02 PM
Unknown Object (File)
Wed, Aug 12, 5:29 AM
Unknown Object (File)
Mon, Aug 10, 10:09 AM
Unknown Object (File)
Mon, Aug 10, 8:56 AM
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 Not Applicable
Unit
Tests Not Applicable

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