Revert "scsi: hisi_sas: Modify v3 HW I/O processing when SATA_DISK_ERR bit is...
Revert "scsi: hisi_sas: Modify v3 HW I/O processing when SATA_DISK_ERR bit is set and NCQ Error occurs" driver inclusion category: bugfix buzialla: https://gitee.com/openeuler/kernel/issues/I5NIU1 ----------------------------- This reverts commit fc811070. After an error occurs in the NCQ scenario, the policy similar to the ahci driver is used to handle NCQ exceptions. The libata interface ata_link_abort is invoked to process all I/Os on the link. Compared with the current solution, the code modification amount is small, and the possibility of NCQ being disabled decreases. That is, the probability of performance deterioration is low. So revert it. Signed-off-by:Xingui Yang <yangxingui@huawei.com> Reviewed-by:
kang fenglong <kangfenglong@huawei.com> Signed-off-by:
Yongqiang Liu <liuyongqiang13@huawei.com>
Showing
- drivers/scsi/hisi_sas/hisi_sas.h 1 addition, 3 deletionsdrivers/scsi/hisi_sas/hisi_sas.h
- drivers/scsi/hisi_sas/hisi_sas_main.c 5 additions, 76 deletionsdrivers/scsi/hisi_sas/hisi_sas_main.c
- drivers/scsi/hisi_sas/hisi_sas_v1_hw.c 1 addition, 1 deletiondrivers/scsi/hisi_sas/hisi_sas_v1_hw.c
- drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 1 addition, 1 deletiondrivers/scsi/hisi_sas/hisi_sas_v2_hw.c
- drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 16 additions, 81 deletionsdrivers/scsi/hisi_sas/hisi_sas_v3_hw.c
Please register or sign in to comment