qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v8 3/4] block: add accounting for zone append operation


From: Markus Armbruster
Subject: Re: [PATCH v8 3/4] block: add accounting for zone append operation
Date: Thu, 23 Mar 2023 08:14:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

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.

[...]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]