Re: [PATCH 0/7] powerpc/eeh: Refactor to use pci_dn

2015-03-16 Thread Gavin Shan
On Tue, Mar 17, 2015 at 12:37:17PM +1100, Gavin Shan wrote: Please ignore this and v2 with more changes according to Ben's comments is on the way. Thanks, Gavin >Currently, EEH depends on device_node or pci_dev heavily. Unfortunately, >SRIOV VFs are supported depending on pci_dn heavily, which i

[PATCH 0/7] powerpc/eeh: Refactor to use pci_dn

2015-03-16 Thread Gavin Shan
Currently, EEH depends on device_node or pci_dev heavily. Unfortunately, SRIOV VFs are supported depending on pci_dn heavily, which is conflicting with EEH implementation. In order for better support EEH on SRIOV VF, the EEH is better to be changed a bit to depend on pci_dn, which is exactly what t