From: Richard Scobie <richard@sauce.co.nz>
To: linux-scsi@vger.kernel.org
Subject: Re: [PATCH] mptsas: Increase MPT_SAS_CAN_QUEUE
Date: Sun, 12 Jun 2011 08:22:35 +1200 [thread overview]
Message-ID: <4DF3CE8B.3000707@sauce.co.nz> (raw)
Darrick J. Wong wrote:
> It seems that can_queue on mptsas controllers is clamped to 128 even
> though the hardware can have much larger queues. Clamp to a higher
> value to utilize the hardware more effectively--with a large number
of > disks I see contention for queue slots, and with the higher clamp I
> don't.
>
> Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
> ---
>
> drivers/message/fusion/mptbase.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/message/fusion/mptbase.h
> b/drivers/message/fusion/mptbase.h
> index fe90233..5d8c57e 100644
> --- a/drivers/message/fusion/mptbase.h
> +++ b/drivers/message/fusion/mptbase.h
> @@ -159,7 +159,7 @@
> */
> #define MPT_FC_CAN_QUEUE 1024
> #define MPT_SCSI_CAN_QUEUE 127
> -#define MPT_SAS_CAN_QUEUE 127
> +#define MPT_SAS_CAN_QUEUE 511
>
> /*
> * Set the MAX_SGE value based on user input.
Any comment from the LSI maintainers on this change?
Regards,
Richard
next reply other threads:[~2011-06-11 20:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-11 20:22 Richard Scobie [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-05-27 19:52 [PATCH] mptsas: Increase MPT_SAS_CAN_QUEUE Darrick J. Wong
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=4DF3CE8B.3000707@sauce.co.nz \
--to=richard@sauce.co.nz \
--cc=linux-scsi@vger.kernel.org \
/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.