Skip to content

Commit b1684a0

Browse files
jsmart-ghmartinkpetersen
authored andcommitted
scsi: lpfc: Enable SCSI and NVME fc4s by default
Now that performance mods don't split resources by protocol and enable both protocols by default, there's no reason not to enable concurrent SCSI and NVME fc4 support. Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com> Signed-off-by: James Smart <jsmart2021@gmail.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 222e923 commit b1684a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/scsi/lpfc/lpfc_attr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3772,9 +3772,9 @@ LPFC_ATTR_R(nvmet_mrq_post,
37723772
* lpfc_enable_fc4_type: Defines what FC4 types are supported.
37733773
* Supported Values: 1 - register just FCP
37743774
* 3 - register both FCP and NVME
3775-
* Supported values are [1,3]. Default value is 1
3775+
* Supported values are [1,3]. Default value is 3
37763776
*/
3777-
LPFC_ATTR_R(enable_fc4_type, LPFC_ENABLE_FCP,
3777+
LPFC_ATTR_R(enable_fc4_type, LPFC_ENABLE_BOTH,
37783778
LPFC_ENABLE_FCP, LPFC_ENABLE_BOTH,
37793779
"Enable FC4 Protocol support - FCP / NVME");
37803780

0 commit comments

Comments
 (0)