LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "Mr. Berkley Shands" <bshands@exegy.com>
To: linux-xfs@oss.sgi.com, linux-kernel@vger.kernel.org,
linux-scsi@vger.kernel.org
Subject: Quick fix for LSI8888ELP overruns in 2.6.20 and 2.6.21-rc4
Date: Thu, 22 Mar 2007 14:08:35 -0500 [thread overview]
Message-ID: <4602D433.3070406@exegy.com> (raw)
My local kernel guru recognized this problem as a duplicate of the
LSI8408E bus lockup problem. The controller gets flooded with work,
and just climbs under a rock to hide. In the 8408E case, it
froze the PCI-e bus :-)
#!/bin/csh
#
# set the max request queue down from 128. any more than 32
# quickly slows down from 810MB/Sec to 11MB/Sec.
#
setenv X 32
#
foreach i ( /sys/block/sd{g,h,i,j,k,l,m,n}/queue/nr_requests)
echo $X > $i
end
Lots of time was spent in the congestion queue, like 99% of the time.
Berkley
This e-mail and any documents accompanying it may contain legally privileged and/or confidential information belonging to Exegy, Inc. Such information may be protected from disclosure by law. The information is intended for use by only the addressee. If you are not the intended recipient, you are hereby notified that any disclosure or use of the information is strictly prohibited. If you have received this e-mail in error, please immediately contact the sender by e-mail or phone regarding instructions for return or destruction and do not use or disclose the content to others.
reply other threads:[~2007-03-22 19:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4602D433.3070406@exegy.com \
--to=bshands@exegy.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=linux-xfs@oss.sgi.com \
--subject='Re: Quick fix for LSI8888ELP overruns in 2.6.20 and 2.6.21-rc4' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).