Re: [PATCH] powerpc/pseries/eeh: Fix get PE state translation

2024-12-11 Thread Narayana Murty N
On 22/11/24 1:26 AM, Ritesh Harjani (IBM) wrote: Vaibhav Jain writes: Hi Ritesh, Thanks for looking into this patch. My responses on behalf of Narayana below: "Ritesh Harjani (IBM)" writes: Narayana Murty N writes: The PE Reset State "0" obtained from RTAS calls ibm_read_slot_reset_[

Re: [PATCH] powerpc/pseries/eeh: Fix get PE state translation

2024-11-21 Thread IBM
Vaibhav Jain writes: > Hi Ritesh, > > Thanks for looking into this patch. My responses on behalf of Narayana > below: > > "Ritesh Harjani (IBM)" writes: > >> Narayana Murty N writes: >> >>> The PE Reset State "0" obtained from RTAS calls >>> ibm_read_slot_reset_[state|state2] indicates that >>>

Re: [PATCH] powerpc/pseries/eeh: Fix get PE state translation

2024-11-20 Thread Vaibhav Jain
Hi Ritesh, Thanks for looking into this patch. My responses on behalf of Narayana below: "Ritesh Harjani (IBM)" writes: > Narayana Murty N writes: > >> The PE Reset State "0" obtained from RTAS calls >> ibm_read_slot_reset_[state|state2] indicates that >> the Reset is deactivated and the PE is

Re: [PATCH] powerpc/pseries/eeh: Fix get PE state translation

2024-11-15 Thread Ritesh Harjani (IBM)
Narayana Murty N writes: > The PE Reset State "0" obtained from RTAS calls > ibm_read_slot_reset_[state|state2] indicates that > the Reset is deactivated and the PE is not in the MMIO > Stopped or DMA Stopped state. > > With PE Reset State "0", the MMIO and DMA is allowed for > the PE. Looking a