Re: [PATCH v6 0/4] IRQ affinity support in PLIC driver

2019-02-14 Thread Marc Zyngier
On Tue, 12 Feb 2019 12:52:42 +, Anup Patel wrote: > > This patchset primarily adds IRQ affinity support in PLIC driver and > other improvements. > > It gives mechanism for explicitly route external interrupts to particular > CPUs using smp_affinity attribute of each Linux IRQs. Also, we can

[PATCH v6 0/4] IRQ affinity support in PLIC driver

2019-02-12 Thread Anup Patel
This patchset primarily adds IRQ affinity support in PLIC driver and other improvements. It gives mechanism for explicitly route external interrupts to particular CPUs using smp_affinity attribute of each Linux IRQs. Also, we can now use IRQ balancer from kernel-space or user-space. The patchset