Page MenuHomeFreeBSD

xen/intr: arm64: implement xen_arch_intr_intrcnt_init()
AbandonedPublic

Authored by ehem_freebsd_m5p.com on Jul 5 2021, 6:41 PM.
Tags
None
Referenced Files
F144738302: D31064.id91820.diff
Wed, Feb 11, 10:36 PM
Unknown Object (File)
Sun, Jan 25, 9:06 AM
Unknown Object (File)
Sun, Jan 25, 3:41 AM
Unknown Object (File)
Sun, Jan 25, 2:35 AM
Unknown Object (File)
Sat, Jan 24, 8:23 AM
Unknown Object (File)
Sat, Jan 24, 3:00 AM
Unknown Object (File)
Tue, Jan 13, 3:27 PM
Unknown Object (File)
Jan 13 2026, 3:18 PM
Subscribers

Details

Summary

Unfortunately this really looks like THE interrupt needs a full set of
IPI interrupt counters. For the moment, simply use a static throw-away
variable.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40322
Build 37211: arc lint + arc unit

Event Timeline

I'm really unsure what this should look like. The interrupt really should have per-core counters since it is expected to occur on all cores which process Xen events. Yet the intrng code only has a single per-interrupt counter, thus appearing to implicitly assume any given interrupt will only occur on one core which the interrupt has been assigned to.

I expect to abandon as a better solution has shown up, I'm simply waiting for confirmation before doing so.

Abandoning as a better approach was identified and has now passed the first testing round.