[PATCH v17 7/9] PCI/DPC: Disable ERR_NONFATAL handling by DPC

2018-05-17 Thread Oza Pawandeep
PCIe ERR_NONFATAL errors mean a particular transaction is unreliable but the Link is otherwise fully functional (PCIe r4.0, sec 6.2.2). The AER driver handles these by logging the error details and calling driver-supplied pci_error_handlers callbacks. It does not reset downstream devices, does

[PATCH v17 7/9] PCI/DPC: Disable ERR_NONFATAL handling by DPC

2018-05-17 Thread Oza Pawandeep
PCIe ERR_NONFATAL errors mean a particular transaction is unreliable but the Link is otherwise fully functional (PCIe r4.0, sec 6.2.2). The AER driver handles these by logging the error details and calling driver-supplied pci_error_handlers callbacks. It does not reset downstream devices, does