Page MenuHomeFreeBSD

Only return the current cpu if it's in the cpumask
ClosedPublic

Authored by andrew on Aug 10 2017, 5:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 18, 2:09 PM
Unknown Object (File)
Mar 17 2024, 9:17 PM
Unknown Object (File)
Dec 20 2023, 7:54 AM
Unknown Object (File)
Dec 18 2023, 7:43 AM
Unknown Object (File)
Dec 3 2023, 6:03 PM
Unknown Object (File)
Sep 28 2023, 11:05 AM
Unknown Object (File)
Aug 25 2023, 3:01 AM
Unknown Object (File)
Aug 7 2023, 7:22 PM
Subscribers
None

Details

Summary

When we restrict the cpumask it probably means we are unable to
sent interrupts to CPUs outside the map. As such only return the
current CPU when it's within the mask otherwise return the first
valid CPU.

This is needed on ThunderX as, in a dual socket configuration, we
are unable to send MSI/MSI-X interrupts between sockets.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Aug 11 2017, 11:24 AM
This revision was automatically updated to reflect the committed changes.