Re: [PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain

2025-07-23 Thread Gautam Menghani
On Tue, Jul 22, 2025 at 10:31:45PM +0200, Nam Cao wrote: > > On Tue, Jul 22, 2025 at 02:05:55PM +0530, Gautam Menghani wrote: > > > I am seeing a boot failure after applying this series on top of the pci > > > tree [1]. Note that this error was seen on a system where I have a > > > dedicated NVME.

Re: [PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain

2025-07-22 Thread Nam Cao
> On Tue, Jul 22, 2025 at 02:05:55PM +0530, Gautam Menghani wrote: > > I am seeing a boot failure after applying this series on top of the pci > > tree [1]. Note that this error was seen on a system where I have a > > dedicated NVME. Systems without dedicated disk boot fine > > Thanks for the repo

Re: [PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain

2025-07-22 Thread Nam Cao
On Tue, Jul 22, 2025 at 02:05:55PM +0530, Gautam Menghani wrote: > I am seeing a boot failure after applying this series on top of the pci > tree [1]. Note that this error was seen on a system where I have a > dedicated NVME. Systems without dedicated disk boot fine Thanks for the report. Using Q

Re: [PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain

2025-07-22 Thread Gautam Menghani
Hi, I am seeing a boot failure after applying this series on top of the pci tree [1]. Note that this error was seen on a system where I have a dedicated NVME. Systems without dedicated disk boot fine [2.119058] nvme nvme3: D3 entry latency set to 8 seconds [2.132609] xive: H_INT_GET_SOURC

Re: [PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain

2025-07-03 Thread Thomas Gleixner
On Thu, Jun 26 2025 at 16:47, Nam Cao wrote: > The solution is implementing per device MSI domains, this means the > entities which provide global PCI/MSI domain so far have to implement MSI > parent domain functionality instead. > > This series: > >- Untangle XIVE driver from Powernv and Pseri