* [PATCH V2 4/5] lpfc 10.2.8001.0: Fix ExpressLane priority setup
@ 2014-05-21 12:05 James Smart
0 siblings, 0 replies; only message in thread
From: James Smart @ 2014-05-21 12:05 UTC (permalink / raw)
To: linux-scsi
Fix ExpressLane priority setup
Signed-off-by: James Smart <james.smart@emulex.com>
---
lpfc_attr.c | 2 +-
lpfc_sli.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff -upNr a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c
--- a/drivers/scsi/lpfc/lpfc_attr.c 2014-05-12 09:45:34.438083588 -0400
+++ b/drivers/scsi/lpfc/lpfc_attr.c 2014-05-20 20:15:30.439329744 -0400
@@ -4660,7 +4660,7 @@ LPFC_ATTR_R(EnableXLane, 0, 0, 1, "Enabl
# 0x0 - 0x7f = CS_CTL field in FC header (high 7 bits)
# Value range is [0x0,0x7f]. Default value is 0
*/
-LPFC_ATTR_R(XLanePriority, 0, 0x0, 0x7f, "CS_CTL for Express Lane Feature.");
+LPFC_ATTR_RW(XLanePriority, 0, 0x0, 0x7f, "CS_CTL for Express Lane Feature.");
/*
# lpfc_enable_bg: Enable BlockGuard (Emulex's Implementation of T10-DIF)
diff -upNr a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c
--- a/drivers/scsi/lpfc/lpfc_sli.c 2014-05-20 20:16:23.835327737 -0400
+++ b/drivers/scsi/lpfc/lpfc_sli.c 2014-05-20 20:15:30.461329744 -0400
@@ -8187,6 +8187,7 @@ lpfc_sli4_iocb2wqe(struct lpfc_hba *phba
abort_tag = (uint32_t) iocbq->iotag;
xritag = iocbq->sli4_xritag;
wqe->generic.wqe_com.word7 = 0; /* The ct field has moved so reset */
+ wqe->generic.wqe_com.word10 = 0;
/* words0-2 bpl convert bde */
if (iocbq->iocb.un.genreq64.bdl.bdeFlags == BUFF_TYPE_BLP_64) {
numBdes = iocbq->iocb.un.genreq64.bdl.bdeSize /
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-21 12:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 12:05 [PATCH V2 4/5] lpfc 10.2.8001.0: Fix ExpressLane priority setup James Smart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox