Re: [PATCH] IRQ/Platform-MSI:Increase the maximum MSIs the MSI framework can support.

2015-12-21 Thread majun (F)
在 2015/12/21 18:43, Marc Zyngier 写道: > On Mon, 21 Dec 2015 11:18:25 +0800 > MaJun wrote: > >> From: Ma Jun >> >> The current MSI framework can only support 256 platform MSIs. >> >> But on Hisilicon platform, some network related devices has about 500 >> wired interrupts. >> >> To support these

Re: [PATCH] IRQ/Platform-MSI:Increase the maximum MSIs the MSI framework can support.

2015-12-21 Thread Marc Zyngier
On Mon, 21 Dec 2015 11:18:25 +0800 MaJun wrote: > From: Ma Jun > > The current MSI framework can only support 256 platform MSIs. > > But on Hisilicon platform, some network related devices has about 500 > wired interrupts. > > To support these devices, we need a new maximum value more than 25

[PATCH] IRQ/Platform-MSI:Increase the maximum MSIs the MSI framework can support.

2015-12-20 Thread MaJun
From: Ma Jun The current MSI framework can only support 256 platform MSIs. But on Hisilicon platform, some network related devices has about 500 wired interrupts. To support these devices, we need a new maximum value more than 256. Signed-off-by: Ma Jun --- drivers/base/platform-msi.c |2