LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "Patro, Sumant" <Sumant.Patro@lsi.com>
To: "James Bottomley" <James.Bottomley@SteelEye.com>
Cc: <akpm@osdl.org>, <linux-scsi@vger.kernel.org>,
<linux-kernel@vger.kernel.org>,
"Kolli, Neela" <Neela.Kolli@lsi.com>,
"Yang, Bo" <Bo.Yang@lsi.com>
Subject: RE: [PATCH] scsi: megaraid_sas - throttle io if cmds are in riskof being timed-out
Date: Mon, 19 Mar 2007 17:08:54 -0600 [thread overview]
Message-ID: <0631C836DBF79F42B5A60C8C8D4E82299C15B2@NAMAIL2.ad.lsil.com> (raw)
In-Reply-To: <1174083775.3519.54.camel@mulgrave.il.steeleye.com>
Thank you James.
I will submit new patch that will throttle (if required) from
eh_timed_out call back.
Regards,
Sumant
-----Original Message-----
From: James Bottomley [mailto:James.Bottomley@SteelEye.com]
Sent: Friday, March 16, 2007 3:23 PM
To: Patro, Sumant
Cc: akpm@osdl.org; linux-scsi@vger.kernel.org;
linux-kernel@vger.kernel.org; Kolli, Neela; Yang, Bo
Subject: Re: [PATCH] scsi: megaraid_sas - throttle io if cmds are in
riskof being timed-out
On Thu, 2007-03-01 at 13:29 -0800, Sumant Patro wrote:
> Driver to throttle IO to reduce risk of OS timing out cmds.
>
> Implemented a circular queue to keep track of pending OS cmds in FW.
> This queue is periodically (every 10 sec) checked by a timer routine.
> If there is any cmd that is in risk of getting timed-out by the OS,
> the host->can_queue is reduced to 16 and MEGASAS_FW_BUSY flag is set.
> The host->can_queue will be restored to default value when the
> following two conditions are met : 5 secs has elapsed and the # of
> outstanding cmds in FW is less than 17.
> Also increased the per cmd timeout to 120*HZ from 90*HZ.
OK, this is still not nice. What you need to be doing is intercepting
the timeout before it fires (and quiesces the machine). Currently the
eh_timed_out() callback is only exposed to transport classes, I'll put
it back into the host template and then you can use it.
James
prev parent reply other threads:[~2007-03-19 23:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-01 21:29 [PATCH] scsi: megaraid_sas - throttle io if cmds are in risk of being timed-out Sumant Patro
2007-03-16 22:22 ` James Bottomley
2007-03-19 23:08 ` Patro, Sumant [this message]
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=0631C836DBF79F42B5A60C8C8D4E82299C15B2@NAMAIL2.ad.lsil.com \
--to=sumant.patro@lsi.com \
--cc=Bo.Yang@lsi.com \
--cc=James.Bottomley@SteelEye.com \
--cc=Neela.Kolli@lsi.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--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 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).