Skip to content

Commit 0622800

Browse files
jsmart-ghmartinkpetersen
authored andcommitted
scsi: lpfc: Raise config max for lpfc_fcp_mq_threshold variable
Raise the config max for lpfc_fcp_mq_threshold variable to 256. Signed-off-by: Dick Kennedy <[email protected]> Signed-off-by: James Smart <[email protected]> CC: Hannes Reinecke <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 77ffd34 commit 0622800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/scsi/lpfc/lpfc_attr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5715,7 +5715,7 @@ LPFC_ATTR_RW(nvme_embed_cmd, 1, 0, 2,
57155715
* 0 = Set nr_hw_queues by the number of CPUs or HW queues.
57165716
* 1,128 = Manually specify the maximum nr_hw_queue value to be set,
57175717
*
5718-
* Value range is [0,128]. Default value is 8.
5718+
* Value range is [0,256]. Default value is 8.
57195719
*/
57205720
LPFC_ATTR_R(fcp_mq_threshold, LPFC_FCP_MQ_THRESHOLD_DEF,
57215721
LPFC_FCP_MQ_THRESHOLD_MIN, LPFC_FCP_MQ_THRESHOLD_MAX,

drivers/scsi/lpfc/lpfc_sli4.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
/* FCP MQ queue count limiting */
4848
#define LPFC_FCP_MQ_THRESHOLD_MIN 0
49-
#define LPFC_FCP_MQ_THRESHOLD_MAX 128
49+
#define LPFC_FCP_MQ_THRESHOLD_MAX 256
5050
#define LPFC_FCP_MQ_THRESHOLD_DEF 8
5151

5252
/* Common buffer size to accomidate SCSI and NVME IO buffers */

0 commit comments

Comments
 (0)