On Tue, Oct 13, 2015 at 12:43:23PM +1100, Daniel Axtens wrote: >Gavin Shan <gws...@linux.vnet.ibm.com> writes: > >> + * >> + * When the PHB is fenced, we have to issue a reset to recover from >> + * the error. Override the result if necessary to have partially >> + * hotplug for this case. >> */ >> pr_info("EEH: Notify device drivers to shutdown\n"); >> eeh_pe_dev_traverse(pe, eeh_report_error, &result); >> + if ((pe->type & EEH_PE_PHB) && >> + result != PCI_ERS_RESULT_NONE && >> + result != PCI_ERS_RESULT_NEED_RESET) >> + result = PCI_ERS_RESULT_NEED_RESET; >I think we shouldn't discard the DISCONNECT state. A driver could ask >that the device be disconnected in the error_detected callback and we >should probably honour that. >
Not exactly, the improvement is limited to fenced PHB, not frozen PE case. That's ok to discard DISCONNECT which forces all PHB's subordinate devices to offline permanently, which isn't so reasonable. This flag (DISCONNECT) has been there before the partial hotplug is added. I think the flag can die now with partial hotplug support. Thanks, Gavin >> >> /* Get the current PCI slot state. This can take a long time, >> * sometimes over 300 seconds for certain systems. >> -- >> 2.1.0 >> >> _______________________________________________ >> Linuxppc-dev mailing list >> Linuxppc-dev@lists.ozlabs.org >> https://lists.ozlabs.org/listinfo/linuxppc-dev _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev