From: Eric Mowat <Eric.Mowat@netapp.com>
To: xen-devel@lists.sourceforge.net
Subject: blkif sort queue
Date: Wed, 06 Oct 2004 23:02:06 -0700 [thread overview]
Message-ID: <4164DBDE.5060500@netapp.com> (raw)
Hi, I'm one of the engineers working on the FreeBSD port and while
upgrading to TOT, I noticed that there appears to only be 1 sort queue
for all guest domain devices (xlbd_blk_queue). All disks end up
pointing at this request queue. The strategy call (do_blkif_request)
uses this global queue and attempts to dequeue using elevator sort.
Does any kind of sort make sense given that multiple devices feed this
queue?
I ask because some of the new recovery code attempts to call
kick_pending_request_queues() in blkif_connect(). In my FreeBSD version
prior to this I was using per disk sort queues, which was fine since I
would only try to kick the i/o on interrupt completion. In this newer
context it seems like having only 1 queue avoids the need to keep a
table of per-disk sort queues.
Thanks for any help.
Eric
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
next reply other threads:[~2004-10-07 6:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-07 6:02 Eric Mowat [this message]
2004-10-10 9:27 ` blkif sort queue Keir Fraser
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=4164DBDE.5060500@netapp.com \
--to=eric.mowat@netapp.com \
--cc=xen-devel@lists.sourceforge.net \
/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.