PCI error handlers in Linux

2014-09-16 Thread Alvin Abitria
Hello, In my pci driver for a certain pci device, I implemented the pci error handler functions (error_detected, slot_reset methods, etc). I want to trigger a pci error for me to exercise those handlers and observe its behavior. I've read from the pci error recovery kernel documentation that

Re: PCI error handlers in Linux

2014-09-16 Thread Greg KH
On Wed, Sep 17, 2014 at 02:04:04AM +0800, Alvin Abitria wrote: Hello, In my pci driver for a certain pci device, I implemented the pci error handler functions (error_detected, slot_reset methods, etc). I want to trigger a pci error for me to exercise those handlers and observe its