Re: [PATCH] powerpc: Enable support for 32 bit MSI-X vectors

2024-03-13 Thread Michael Ellerman
On Wed, 17 Jan 2024 15:46:32 -0600, Brian King wrote: > Some devices are not capable of addressing 64 bits > via DMA, which includes MSI-X vectors. This allows > us to ensure these devices use MSI-X vectors in > 32 bit space. > > Applied to powerpc/next. [1/1] powerpc: Enable support for 32

[PATCH] powerpc: Enable support for 32 bit MSI-X vectors

2024-01-17 Thread Brian King
Some devices are not capable of addressing 64 bits via DMA, which includes MSI-X vectors. This allows us to ensure these devices use MSI-X vectors in 32 bit space. Signed-off-by: Brian King --- arch/powerpc/platforms/pseries/msi.c | 11 --- 1 file changed, 8 insertions(+), 3