aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorBhanu Prakash Gollapudi <bprakash@broadcom.com>2011-07-27 14:32:09 -0400
committerJames Bottomley <JBottomley@Parallels.com>2011-07-28 03:54:10 -0400
commit72812ee0bd2098a7709dbcff61395fbba3f27cda (patch)
treee69e49da909e23a1e5ca1da320f7507b1abfbd04 /drivers/scsi
parentf3820b719d91a0ed1e26831b1cfdcdf1641ab586 (diff)
[SCSI] bnx2fc: Enable support for sequence level error recovery
Driver advertises its support for 'retry' bit and 'conf completion' bit in PRLI params to enable support for 'sequence level error recovery' Signed-off-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/bnx2fc/bnx2fc_fcoe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
index 65561fcaad0..78e136f387f 100644
--- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
+++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
@@ -908,11 +908,8 @@ static int bnx2fc_lport_config(struct fc_lport *lport)
908 lport->e_d_tov = 2 * 1000; 908 lport->e_d_tov = 2 * 1000;
909 lport->r_a_tov = 10 * 1000; 909 lport->r_a_tov = 10 * 1000;
910 910
911 /* REVISIT: enable when supporting tape devices
912 lport->service_params = (FCP_SPPF_INIT_FCN | FCP_SPPF_RD_XRDY_DIS | 911 lport->service_params = (FCP_SPPF_INIT_FCN | FCP_SPPF_RD_XRDY_DIS |
913 FCP_SPPF_RETRY | FCP_SPPF_CONF_COMPL); 912 FCP_SPPF_RETRY | FCP_SPPF_CONF_COMPL);
914 */
915 lport->service_params = (FCP_SPPF_INIT_FCN | FCP_SPPF_RD_XRDY_DIS);
916 lport->does_npiv = 1; 913 lport->does_npiv = 1;
917 914
918 memset(&lport->rnid_gen, 0, sizeof(struct fc_els_rnid_gen)); 915 memset(&lport->rnid_gen, 0, sizeof(struct fc_els_rnid_gen));