Re: [PATCH v4 0/5] PCI: Add support for resetting the slots in a platform specific way

2025-05-14 Thread Manivannan Sadhasivam
On Thu, 08 May 2025 12:40:29 +0530, Manivannan Sadhasivam wrote: > Currently, in the event of AER/DPC, PCI core will try to reset the slot and > its > subordinate devices by invoking bridge control reset and FLR. But in some > cases like AER Fatal error, it might be necessary to reset the slots

[PATCH v4 0/5] PCI: Add support for resetting the slots in a platform specific way

2025-05-08 Thread Manivannan Sadhasivam
Hi, Currently, in the event of AER/DPC, PCI core will try to reset the slot and its subordinate devices by invoking bridge control reset and FLR. But in some cases like AER Fatal error, it might be necessary to reset the slots using the PCI host bridge drivers in a platform specific way (as indica