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
Unknown Object (File)
Wed, Mar 25, 6:14 AM
Unknown Object (File)
Wed, Mar 25, 1:53 AM
Unknown Object (File)
Tue, Mar 24, 11:39 AM
Unknown Object (File)
Thu, Mar 19, 12:09 PM
Unknown Object (File)
Thu, Mar 19, 6:02 AM
Unknown Object (File)
Mon, Mar 16, 5:48 AM
Unknown Object (File)
Sun, Mar 15, 1:59 PM
Unknown Object (File)
Sat, Mar 14, 7:12 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