Re: [PATCH] powerpc/powernv: Fix next available MSI IRQ

2013-03-05 Thread Gavin Shan
On Wed, Mar 06, 2013 at 02:24:54PM +1100, Michael Ellerman wrote: >On Tue, Mar 05, 2013 at 02:59:16PM +0800, Gavin Shan wrote: >> The allocation of MSI is implemented based on bitmap and working >> like the mechanism of strict round through the traced next available >> cursor. However, the next ava

Re: [PATCH] powerpc/powernv: Fix next available MSI IRQ

2013-03-05 Thread Michael Ellerman
On Tue, Mar 05, 2013 at 02:59:16PM +0800, Gavin Shan wrote: > The allocation of MSI is implemented based on bitmap and working > like the mechanism of strict round through the traced next available > cursor. However, the next available MSI is never updated in current > implementation. The patch fix

[PATCH] powerpc/powernv: Fix next available MSI IRQ

2013-03-04 Thread Gavin Shan
The allocation of MSI is implemented based on bitmap and working like the mechanism of strict round through the traced next available cursor. However, the next available MSI is never updated in current implementation. The patch fixes the issue. Signed-off-by: Gavin Shan --- arch/powerpc/platform