On Fri, 2025-09-12 at 08:45 +0800, Tiwei Bie wrote: > > > > Another thing that isn't covered is anything relating to interrupt > > affinity, I guess? Is that automatically not working, or will it look > > like you can change things but that not do anything? > > > > I don't think it's important now (though eventually I would actually > > like to have it for our simulations), but was just thinking about it. > > Currently, our irq_chips haven't implemented the irq_set_affinity > method, so setting IRQ affinity is not supported at the moment, e.g., > attempting to set affinity through /proc/irq/IRQ#/smp_affinity will > fail with EPERM. And yeah, we should support it eventually. :)
OK cool, thanks for taking a look! johannes