Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a96e8e11 authored by Bhanu Prakash Gollapudi's avatar Bhanu Prakash Gollapudi Committed by James Bottomley
Browse files

[SCSI] bnx2fc: Fix FW assert during RSCN stress tests



Firmware asserts when the same CQE is armed twice. This scenario happens during
RSCN stress tests as driver incorrects arms the CQ after the session is
offloaded.

Signed-off-by: default avatarBhanu Prakash Gollapudi <bprakash@broadcom.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent 013068fa
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -133,9 +133,7 @@ retry_ofld:
		printk(KERN_ERR PFX "map doorbell failed - no mem\n");
		/* upload will take care of cleaning up sess resc */
		lport->tt.rport_logoff(rdata);
	} else
		/* Arm CQ */
		bnx2fc_arm_cq(tgt);
	}
	return;

ofld_err: