[PATCH 05/31] powerpc/eeh: Trace PCI bus from PE

2013-06-19 Thread Gavin Shan
There're several types of PEs can be supported for now: PHB, Bus and Device dependent PE. For PCI bus dependent PE, tracing the corresponding PCI bus from PE (struct eeh_pe) would make the code more efficient. The patch also enables the retrieval of PCI bus based on the PCI bus dependent PE. Signe

Re: [PATCH 05/31] powerpc/eeh: Trace PCI bus from PE

2013-06-19 Thread Gavin Shan
Jun 2013 14:11:43 +0800 Subject: [PATCH 05/31] powerpc/eeh: Trace PCI bus from PE There're several types of PEs can be supported for now: PHB, Bus and Device dependent PE. For PCI bus dependent PE, tracing the corresponding PCI bus from PE (struct eeh_pe) would make the code more efficient. Th

Re: [PATCH 05/31] powerpc/eeh: Trace PCI bus from PE

2013-06-19 Thread Gavin Shan
On Wed, Jun 19, 2013 at 03:21:07PM +0800, Mike Qiu wrote: .../... >>+ /* >>+ * For PCI bus sensitive PE, we can reset the parent >>+ * bridge in order for hot-reset. However, the PCI >>+ * devices including the associated EEH devices might >>+

Re: [PATCH 05/31] powerpc/eeh: Trace PCI bus from PE

2013-06-19 Thread Mike Qiu
于 2013/6/18 16:33, Gavin Shan 写道: There're several types of PEs can be supported for now: PHB, Bus and Device dependent PE. For PCI bus dependent PE, tracing the corresponding PCI bus from PE (struct eeh_pe) would make the code more efficient. The patch also enables the retrieval of PCI bus based

[PATCH 05/31] powerpc/eeh: Trace PCI bus from PE

2013-06-18 Thread Gavin Shan
There're several types of PEs can be supported for now: PHB, Bus and Device dependent PE. For PCI bus dependent PE, tracing the corresponding PCI bus from PE (struct eeh_pe) would make the code more efficient. The patch also enables the retrieval of PCI bus based on the PCI bus dependent PE. Signe