Andi Kleen wrote: > "Michael Chan" <mchan@xxxxxxxxxxxx> writes: > > > When switching from the crashed kernel to the kdump kernel without > going > > through PCI reset, IRQs may not work if a different IRQ mode is used > on > > PCIe with AER actually does support per link root port reset > (e.g. used for AER) Do you mean the slot_reset function in the pci_error_handlers? This needs to be called in the context of the crashed kernel, right? > > I've been wondering for some time if kexec should not simply > use that to reset all the devices, instead of addings hacks > around this to all drivers. > > That would fix your problems too, right? If it is called in the context of the crashed kernel, it won't work. We would reset it and put in back into the same IRQ mode. > > The question is just if AER is widely enough supported for this. > Some newer PCIe devices support Function Level Reset, and that would be ideal. But most existing devices including bnx2 devices don't have this feature. -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html