aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Smart <james.smart@emulex.com>2012-05-09 21:18:20 -0400
committerJames Bottomley <JBottomley@Parallels.com>2012-05-17 06:06:33 -0400
commit5a0d80fc0dd3c134d42df34e66e0f5fc91261b53 (patch)
tree82f88b36e507354df4cddab0b0269244d60ef07c
parent0829a19a6142af09eb4f9509cd1d3666270e87bd (diff)
[SCSI] lpfc 8.3.31: Revise FCP LOG for easier Finisar trace correlation
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com> Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
-rw-r--r--drivers/scsi/lpfc/lpfc_scsi.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c
index b3e8f3346009..d5f3fcc3e548 100644
--- a/drivers/scsi/lpfc/lpfc_scsi.c
+++ b/drivers/scsi/lpfc/lpfc_scsi.c
@@ -3660,11 +3660,16 @@ lpfc_scsi_cmd_iocb_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *pIocbIn,
3660 logit = LOG_FCP | LOG_FCP_UNDER; 3660 logit = LOG_FCP | LOG_FCP_UNDER;
3661 lpfc_printf_vlog(vport, KERN_WARNING, logit, 3661 lpfc_printf_vlog(vport, KERN_WARNING, logit,
3662 "9030 FCP cmd x%x failed <%d/%d> " 3662 "9030 FCP cmd x%x failed <%d/%d> "
3663 "status: x%x result: x%x Data: x%x x%x\n", 3663 "status: x%x result: x%x "
3664 "sid: x%x did: x%x oxid: x%x "
3665 "Data: x%x x%x\n",
3664 cmd->cmnd[0], 3666 cmd->cmnd[0],
3665 cmd->device ? cmd->device->id : 0xffff, 3667 cmd->device ? cmd->device->id : 0xffff,
3666 cmd->device ? cmd->device->lun : 0xffff, 3668 cmd->device ? cmd->device->lun : 0xffff,
3667 lpfc_cmd->status, lpfc_cmd->result, 3669 lpfc_cmd->status, lpfc_cmd->result,
3670 vport->fc_myDID, pnode->nlp_DID,
3671 phba->sli_rev == LPFC_SLI_REV4 ?
3672 lpfc_cmd->cur_iocbq.sli4_xritag : 0xffff,
3668 pIocbOut->iocb.ulpContext, 3673 pIocbOut->iocb.ulpContext,
3669 lpfc_cmd->cur_iocbq.iocb.ulpIoTag); 3674 lpfc_cmd->cur_iocbq.iocb.ulpIoTag);
3670 3675