• X
    scsi: hisi_sas: Support all RAS events with MSI interrupts · 3168d4f8
    Xiaofei Tan 提交于
    This patch is to switch HW all error handling from PCI AER to MSI interrupt
    due to non-standard PCI implementation. All HW errors which were being
    reported through PCI AER can be reported through MSI interrupt also.
    
    Do two things to complete the switch:
    
    1. Notify FW to switch to MSI handling through ACPI DSM.
    
    2. Add MSI handling for some hw errors, ECC errors and poison errors (we
       also call some of them AXI reuser error). They were handled only through
       PCI AER before.
    
    For old FW reporting PCI AER events, the PCI AER handler will see that the
    driver on longer support AER, and will leave the device in offlined state,
    which is safe.
    Signed-off-by: NXiaofei Tan <tanxiaofei@huawei.com>
    Signed-off-by: NJohn Garry <john.garry@huawei.com>
    Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
    3168d4f8
hisi_sas_v3_hw.c 96.1 KB