Page MenuHomeFreeBSD

Create MSI/MSI-X isrcs as needed in the GICv3 ITS driver
ClosedPublic

Authored by andrew on May 18 2020, 12:55 PM.
Tags
None
Referenced Files
F103192938: D24876.id71996.diff
Fri, Nov 22, 2:35 AM
Unknown Object (File)
Thu, Nov 14, 10:32 PM
Unknown Object (File)
Tue, Nov 12, 5:17 PM
Unknown Object (File)
Thu, Nov 7, 5:46 PM
Unknown Object (File)
Oct 7 2024, 4:34 PM
Unknown Object (File)
Oct 7 2024, 5:41 AM
Unknown Object (File)
Oct 2 2024, 5:09 AM
Unknown Object (File)
Oct 1 2024, 3:03 PM

Details

Summary

Previously we would create an isrc for each MSI/MSI-X interrupt. This
causes issues for other interrupt sources in the system, e.g. a GPIO
driver, as they may be unable to allocate interrupts. This works around
this by allocating the isrc only when needed.

Diff Detail

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

Event Timeline

mmel added a subscriber: mmel.

Tested on RK3399 in FDT based environment, no problems detected.
LGTM

This revision is now accepted and ready to land.May 19 2020, 1:09 PM