Re: [PATCH v4 0/5] IRQ affinity support in PLIC driver

2019-01-23 Thread Palmer Dabbelt
On Tue, 08 Jan 2019 04:14:05 PST (-0800), a...@brainfault.org wrote: On Thu, Dec 27, 2018 at 4:48 PM 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

Re: [PATCH v4 0/5] IRQ affinity support in PLIC driver

2019-01-08 Thread Anup Patel
On Thu, Dec 27, 2018 at 4:48 PM 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 now >

[PATCH v4 0/5] IRQ affinity support in PLIC driver

2018-12-27 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