]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Fix driver handling of XRI Aborted CQE response (CR 127345)
authorVaios Papadimitriou <vaios.papadimitriou@emulex.com>
Tue, 8 May 2012 22:01:26 +0000 (17:01 -0500)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Wed, 9 May 2012 00:01:26 +0000 (17:01 -0700)
commit3facd3c2d70c65ea1b2dfdad3d8994d17d64a6b3
tree35946b8dc022724e241c2c936cc68e30491cf38b
parentfe657b2cc728e300ea8466c747d68e864a2242b5
Fix driver handling of XRI Aborted CQE response (CR 127345)

When driver issued an ABTS, the aborted IO and ABTS WQE request would complete
as expected, but the XRI_ABORTED_CQE notification that the ABTS protocol
completed caused the driver to tear down the rport mapping for each completed
ABTS. Now process the status and extended status before making a decision to
tear down the target status.

commit id: 5c1db2accd4b3e21aa7440526af9d2d0ccf5241c

Signed-off-by: Maxim Uvarov <maxim.uvarov@oracle.com>
drivers/scsi/lpfc/lpfc_hw4.h
drivers/scsi/lpfc/lpfc_sli.c