From: Markus Armbruster <armbru@redhat.com>
To: Sam Li <faithilikerun@gmail.com>
Cc: qemu-devel@nongnu.org, Kevin Wolf <kwolf@redhat.com>,
Raphael Norwitz <raphael.norwitz@nutanix.com>,
qemu-block@nongnu.org, Stefan Hajnoczi <stefanha@redhat.com>,
damien.lemoal@opensource.wdc.com, kvm@vger.kernel.org,
hare@suse.de, Paolo Bonzini <pbonzini@redhat.com>,
dmitry.fomichev@wdc.com, Hanna Reitz <hreitz@redhat.com>,
Cornelia Huck <cohuck@redhat.com>, Eric Blake <eblake@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [PATCH v8 3/4] block: add accounting for zone append operation
Date: Thu, 23 Mar 2023 08:14:24 +0100 [thread overview]
Message-ID: <87y1no0wj3.fsf@pond.sub.org> (raw)
In-Reply-To: <20230323052828.6545-4-faithilikerun@gmail.com> (Sam Li's message of "Thu, 23 Mar 2023 13:28:27 +0800")
Sam Li <faithilikerun@gmail.com> writes:
> Taking account of the new zone append write operation for zoned devices,
> BLOCK_ACCT_ZONE_APPEND enum is introduced as other I/O request type (read,
> write, flush).
>
> Signed-off-by: Sam Li <faithilikerun@gmail.com>
[...]
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index c05ad0c07e..501b554fc5 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -849,6 +849,9 @@
> # @min_wr_latency_ns: Minimum latency of write operations in the
> # defined interval, in nanoseconds.
> #
> +# @min_zone_append_latency_ns: Minimum latency of zone append operations
> +# in the defined interval, in nanoseconds.
Lacks (since 8.1). Your other additions, too.
[...]
next prev parent reply other threads:[~2023-03-23 7:15 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-23 5:28 [PATCH v8 0/4] Add zoned storage emulation to virtio-blk driver Sam Li
2023-03-23 5:28 ` [PATCH v8 1/4] include: update virtio_blk headers to v6.3-rc1 Sam Li
2023-03-23 5:28 ` [PATCH v8 2/4] virtio-blk: add zoned storage emulation for zoned devices Sam Li
2023-03-23 13:39 ` Matias Bjørling
2023-03-23 13:43 ` Sam Li
2023-03-23 5:28 ` [PATCH v8 3/4] block: add accounting for zone append operation Sam Li
2023-03-23 7:14 ` Markus Armbruster [this message]
2023-03-23 5:28 ` [PATCH v8 4/4] virtio-blk: add some trace events for zoned emulation Sam Li
2023-03-23 13:26 ` [PATCH v8 0/4] Add zoned storage emulation to virtio-blk driver Matias Bjørling
2023-03-23 13:38 ` Sam Li
2023-03-23 19:23 ` Stefan Hajnoczi
2023-03-23 19:26 ` Stefan Hajnoczi
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=87y1no0wj3.fsf@pond.sub.org \
--to=armbru@redhat.com \
--cc=cohuck@redhat.com \
--cc=damien.lemoal@opensource.wdc.com \
--cc=dmitry.fomichev@wdc.com \
--cc=eblake@redhat.com \
--cc=faithilikerun@gmail.com \
--cc=hare@suse.de \
--cc=hreitz@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=kwolf@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=raphael.norwitz@nutanix.com \
--cc=stefanha@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).