Cpuspet on ARM freeBSD

From: Abboud, Osama <osamaabb_at_amazon.com>
Date: Wed, 07 Jun 2023 10:57:57 UTC
Is there a way to see the interrupts in freebsd on ARM system and set an interrupt affinity using cpuset?
On intel systems I can run vmstat -i , get the irq index and run cpuset -g -x <index>.
Is there a similar thing on ARM systems with freebsd?