From: Ming Lei <ming.lei@redhat.com>
To: Keith Busch <kbusch@kernel.org>
Cc: Yufen Yu <yuyufen@huawei.com>,
josef@toxicpanda.com, axboe@kernel.dk,
linux-block@vger.kernel.org, nbd@other.debian.org,
Christoph Hellwig <hch@lst.de>
Subject: Re: [PATCH] nbd: make starting request more reasonable
Date: Tue, 17 Mar 2020 10:41:12 +0800 [thread overview]
Message-ID: <20200317024112.GD28478@ming.t460p> (raw)
In-Reply-To: <20200316160227.GA1069861@dhcp-10-100-145-180.wdl.wdc.com>
On Mon, Mar 16, 2020 at 09:02:27AM -0700, Keith Busch wrote:
> On Mon, Mar 16, 2020 at 11:30:33PM +0800, Ming Lei wrote:
> > On Mon, Mar 16, 2020 at 08:26:35PM +0800, Yufen Yu wrote:
> > > > + blk_mq_start_request(req);
> > > > +
> > > > if (req->cmd_flags & REQ_FUA)
> > > > nbd_cmd_flags |= NBD_CMD_FLAG_FUA;
> > > > @@ -879,7 +881,6 @@ static int nbd_handle_cmd(struct nbd_cmd *cmd, int index)
> > > > if (!refcount_inc_not_zero(&nbd->config_refs)) {
> > > > dev_err_ratelimited(disk_to_dev(nbd->disk),
> > > > "Socks array is empty\n");
> > > > - blk_mq_start_request(req);
> >
> > I think it is fine to not start request in case of failure, given
> > __blk_mq_end_request() doesn't check rq's state.
>
> Not only is it fine to not start it, blk-mq expects the low level
> driver will not tell it to start a request that the lld doesn't
> actually start.
Yeah, in theory, driver should do in this way.
> A started request should be completed through
> blk_mq_complete_request(). Returning an error from your queue_rq()
> doesn't do that, and starting it will have blk-mq track the request as
> an in-flight request.
However, error still can happen when lld is starting to queue the command
to hardware, and there are lots of such usage in drivers. I guess this
way won't be avoided completely.
Thanks,
Ming
next prev parent reply other threads:[~2020-03-17 2:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-03 13:08 [PATCH] nbd: make starting request more reasonable Yufen Yu
2020-03-03 21:18 ` Josef Bacik
2020-03-04 2:10 ` Yufen Yu
2020-03-16 12:26 ` Yufen Yu
2020-03-16 15:30 ` Ming Lei
2020-03-16 16:02 ` Keith Busch
2020-03-17 2:41 ` Ming Lei [this message]
2020-03-23 14:08 ` Yufen Yu
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=20200317024112.GD28478@ming.t460p \
--to=ming.lei@redhat.com \
--cc=axboe@kernel.dk \
--cc=hch@lst.de \
--cc=josef@toxicpanda.com \
--cc=kbusch@kernel.org \
--cc=linux-block@vger.kernel.org \
--cc=nbd@other.debian.org \
--cc=yuyufen@huawei.com \
/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.