scsi: qedf: Look at all descriptors when processing a clear virtual link.
authorChad Dupuis <chad.dupuis@cavium.com>
Wed, 31 May 2017 13:33:51 +0000 (06:33 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 13 Jun 2017 00:48:06 +0000 (20:48 -0400)
commit53c51adbe6f83eba94fd39000f98cf4235a89e4c
treef7a0ea23b17003ea2408655d1a90ea236ca7cdf5
parent914fff102e00455bb867871e612b65524839d271
scsi: qedf: Look at all descriptors when processing a clear virtual link.

If there are multiple descriptors for a particular type in a clear virtual
link we receive, we will not process it correctly but rather take the last
value. This can cause us not to not flap the virtual link as the value from
the descriptors that we compare against the our stored FCF or fc_lport values
may not match.

Change this to do a comparison when processing the each descriptor instead of at
the end and then set a bool if we need to do the reset.

Signed-off-by: Chad Dupuis <chad.dupuis@cavium.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qedf/qedf_fip.c