diff options
author | James Smart <jsmart2021@gmail.com> | 2017-05-16 01:20:43 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-05-17 04:20:41 +0300 |
commit | 7869da183a7cfc8a2189f6eddd3bc558be40d5e3 (patch) | |
tree | e80a029b8b4ba0814a245f915729770e95e6e640 /drivers/scsi/iscsi_boot_sysfs.c | |
parent | 3120046a970aee08a0787fb6792590f1e0047f62 (diff) | |
download | linux-7869da183a7cfc8a2189f6eddd3bc558be40d5e3.tar.xz |
scsi: lpfc: Fix NMI watchdog assertions when running nvmet IOPS tests
After running IOPS test for 30 second we get kernel:NMI watchdog:
Watchdog detected hard LOCKUP on cpu 0
The driver is speend too much time in its ISR.
In ISR EQ and CQ processing routines, if we hit the entry_repost numbers
of EQE/CQEs just break out of the routine as opposed to hitting the
doorbell with NOARM and continue processing.
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <james.smart@broadcom.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/iscsi_boot_sysfs.c')
0 files changed, 0 insertions, 0 deletions