From: Jan Beulich <jbeulich@suse.com>
To: Per Bilse <per.bilse@citrix.com>
Cc: Paul Durrant <paul@xen.org>, xen-devel@lists.xenproject.org
Subject: Re: [PATCH v2] ioreq_broadcast(): accept partial broadcast success
Date: Wed, 7 Dec 2022 10:05:49 +0100 [thread overview]
Message-ID: <397a24e0-e143-6a8a-571c-ea20ca4ccb63@suse.com> (raw)
In-Reply-To: <9cc56d01a09fcf6e1e3e9d48e60420f435fa34c3.1670348481.git.per.bilse@citrix.com>
On 06.12.2022 18:52, Per Bilse wrote:
> --- a/xen/common/ioreq.c
> +++ b/xen/common/ioreq.c
> @@ -1317,7 +1317,8 @@ unsigned int ioreq_broadcast(ioreq_t *p, bool buffered)
>
> FOR_EACH_IOREQ_SERVER(d, id, s)
> {
> - if ( !s->enabled )
> + if ( !s->enabled || (buffered &&
> + s->bufioreq_handling == HVM_IOREQSRV_BUFIOREQ_OFF) )
Nit: Bad indentation. Since inserting the missing blanks would make
the line too long, the expression wants re-wrapping. Can certainly
be done while committing.
Jan
next prev parent reply other threads:[~2022-12-07 9:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-06 17:52 [PATCH v2] ioreq_broadcast(): accept partial broadcast success Per Bilse
2022-12-06 17:59 ` Paul Durrant
2022-12-07 9:05 ` Jan Beulich [this message]
[not found] ` <312a88dd-0207-dfc1-8200-e5d399ac12b5@citrix.com>
2022-12-07 10:30 ` Jan Beulich
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=397a24e0-e143-6a8a-571c-ea20ca4ccb63@suse.com \
--to=jbeulich@suse.com \
--cc=paul@xen.org \
--cc=per.bilse@citrix.com \
--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 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.