All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@suse.de>
To: Andrew Vasquez <andrew.vasquez@qlogic.com>,
	James Bottomley <James.Bottomley@SteelEye.com>,
	Jeremy Higdon <jeremy@sgi.com>,
	SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: Re: [RFC PATCH 2.6.9-rc2] Add sysfs queue depth override to qla2xxx
Date: Wed, 29 Sep 2004 08:21:09 +0200	[thread overview]
Message-ID: <20040929062109.GB2322@suse.de> (raw)
In-Reply-To: <20040928203458.GA5585@praka.san.rr.com>

On Tue, Sep 28 2004, Andrew Vasquez wrote:
> On Tue, 28 Sep 2004, Jens Axboe wrote:
> > On Tue, Sep 28 2004, James Bottomley wrote:
> > > On Tue, 2004-09-28 at 15:36, Jeremy Higdon wrote:
> > > > I was trying to be conservative -- I didn't know the reason for
> > > > that limit.  By all means, let's remove it then.
> > > > 
> > > > Would you like me to regenerate the patch, or do you just want
> > > > to apply it to your internal source that will eventually be
> > > > fed back to us?
> > > 
> > > Well, don't go overboard on this ... there is a limit to the number of
> > > outstanding requests any queue can have at one time...there's not much
> > > point going over that since the block layer will throttle you when you
> > > reach it.  I think it's 128, but it might be 256 ... but anyway, not
> > > much larger.
> > 
> > That depends on both the io scheduler and the nr_requests setting, I
> > don't think you should rely on any imposed block layer limit.
> > 
> 
> So using scsi_device->request_queue->nr_requests as a highwater mark
> is out of the question?  Looking through the call-chain during

It can change anytime.

> queue-depth size manipulation:
> 
> 	scsi_adjust_queue()
> 	  blk_queue_resize_tags()
> 	    init_tag_map()
> 
> there appears to be a restriction of (rq->nr_requests * 2) entries:
> 
> 	if (depth > q->nr_requests * 2) {
> 		depth = q->nr_requests * 2;
> 		printk(KERN_ERR "%s: adjusted depth to %d\n",
> 				__FUNCTION__, depth);
> 	}
> 
> What's an acceptable compromise?

Yeah that logic isn't very nice. I think it's a good idea to keep the
tag depth at half the software depth, ie depth <= q->nr_requests. But
I'll remove the auto-adjust.

-- 
Jens Axboe


  reply	other threads:[~2004-09-29  6:23 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-28 16:52 [RFC PATCH 2.6.9-rc2] Add sysfs queue depth override to qla2xxx Andrew Vasquez
2004-09-28 19:36 ` Jeremy Higdon
2004-09-28 19:53   ` James Bottomley
2004-09-28 20:12     ` Jens Axboe
2004-09-28 20:34       ` Andrew Vasquez
2004-09-29  6:21         ` Jens Axboe [this message]
2004-09-29  6:57           ` Jeremy Higdon
2004-09-29  6:56             ` Jens Axboe
2004-09-29  0:36     ` Jeremy Higdon
2004-09-29 16:41       ` Andrew Vasquez
2004-09-29 22:12         ` Jeremy Higdon
  -- strict thread matches above, loose matches on Subject: below --
2004-09-28 16:54 Andrew Vasquez
2004-09-27  6:10 Jeremy Higdon
2004-09-27  6:25 ` Jeremy Higdon
2004-09-28  7:54 ` Jeremy Higdon
2004-09-28 14:05   ` James Bottomley

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=20040929062109.GB2322@suse.de \
    --to=axboe@suse.de \
    --cc=James.Bottomley@SteelEye.com \
    --cc=andrew.vasquez@qlogic.com \
    --cc=jeremy@sgi.com \
    --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.