All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
To: linux-scsi@vger.kernel.org
Cc: martin.petersen@oracle.com,
	Sreekanth Reddy <sreekanth.reddy@broadcom.com>
Subject: [PATCH 3/4] mpt3sas: Increase cmd_per_lun to 128
Date: Mon,  1 Aug 2022 18:11:43 +0530	[thread overview]
Message-ID: <20220801124144.11458-4-sreekanth.reddy@broadcom.com> (raw)
In-Reply-To: <20220801124144.11458-1-sreekanth.reddy@broadcom.com>

[-- Attachment #1: Type: text/plain, Size: 742 bytes --]

Increase cmd_per_lun to 128

Signed-off-by: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
---
 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/mpt3sas/mpt3sas_scsih.c b/drivers/scsi/mpt3sas/mpt3sas_scsih.c
index f321733..e54747a 100644
--- a/drivers/scsi/mpt3sas/mpt3sas_scsih.c
+++ b/drivers/scsi/mpt3sas/mpt3sas_scsih.c
@@ -11974,7 +11974,7 @@ static struct scsi_host_template mpt3sas_driver_template = {
 	.sg_tablesize			= MPT3SAS_SG_DEPTH,
 	.max_sectors			= 32767,
 	.max_segment_size		= 0xffffffff,
-	.cmd_per_lun			= 7,
+	.cmd_per_lun			= 128,
 	.shost_groups			= mpt3sas_host_groups,
 	.sdev_groups			= mpt3sas_dev_groups,
 	.track_queue_depth		= 1,
-- 
2.27.0


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4218 bytes --]

  parent reply	other threads:[~2022-08-01 12:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-01 12:41 [PATCH 0/4] mpt3sas: Few enhancements and fixes Sreekanth Reddy
2022-08-01 12:41 ` [PATCH 1/4] mpt3sas: Don't change dma mask while reallocating pools Sreekanth Reddy
2022-08-01 12:41 ` [PATCH 2/4] mpt3sas: Fix trace buffer registration failed Sreekanth Reddy
2022-08-01 12:41 ` Sreekanth Reddy [this message]
2022-08-01 17:58   ` [PATCH 3/4] mpt3sas: Increase cmd_per_lun to 128 Christoph Hellwig
2022-08-02  8:43     ` Sreekanth Reddy
2022-08-02 13:33       ` Christoph Hellwig
2022-08-01 12:41 ` [PATCH 4/4] mpt3sas: Update driver version to 43.100.00.00 Sreekanth Reddy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220801124144.11458-4-sreekanth.reddy@broadcom.com \
    --to=sreekanth.reddy@broadcom.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.