From: "Roger Pau Monné" <roger.pau@citrix.com>
To: Bob Liu <bob.liu@oracle.com>
Cc: <linux-kernel@vger.kernel.org>, <xen-devel@lists.xenproject.org>,
<konrad.wilk@oracle.com>
Subject: Re: [PATCH v3] xen-blkfront: dynamic configuration of per-vbd resources
Date: Wed, 27 Jul 2016 12:59:49 +0200 [thread overview]
Message-ID: <20160727105949.3rtlnl2zr4lpsvbc@mac> (raw)
In-Reply-To: <1469589685-31630-1-git-send-email-bob.liu@oracle.com>
On Wed, Jul 27, 2016 at 11:21:25AM +0800, Bob Liu wrote:
[...]
> +static ssize_t dynamic_reconfig_device(struct blkfront_info *info, ssize_t count)
> +{
> + /*
> + * Prevent new requests even to software request queue.
> + */
> + blk_mq_freeze_queue(info->rq);
> +
> + /*
> + * Guarantee no uncompleted reqs.
> + */
I'm also wondering, why do you need to guarantee that there are no
uncompleted requests? The resume procedure is going to call blkif_recover
that will take care of requeuing any unfinished requests that are on the
ring.
> + if (part_in_flight(&info->gd->part0) || info->reconfiguring) {
> + blk_mq_unfreeze_queue(info->rq);
> + pr_err("Dev:%s busy, please retry later.\n", dev_name(&info->xbdev->dev));
> + return -EBUSY;
> + }
Roger.
next prev parent reply other threads:[~2016-07-27 11:00 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-27 3:21 Bob Liu
2016-07-27 8:07 ` Roger Pau Monné
2016-07-27 9:12 ` Bob Liu
2016-07-27 9:29 ` [Xen-devel] " Paul Durrant
2016-07-27 10:09 ` Roger Pau Monné
2016-07-27 10:59 ` Roger Pau Monné [this message]
2016-07-27 11:21 ` Bob Liu
2016-07-27 14:24 ` Roger Pau Monné
2016-07-27 23:05 ` Bob Liu
2016-07-28 7:49 ` Roger Pau Monné
2016-07-28 9:31 ` [Xen-devel] " David Vrabel
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=20160727105949.3rtlnl2zr4lpsvbc@mac \
--to=roger.pau@citrix.com \
--cc=bob.liu@oracle.com \
--cc=konrad.wilk@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=xen-devel@lists.xenproject.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
all inboxes | Powered by JetHome®