qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [Qemu-devel] [PATCH v7 04/15] block/io_uring: implement


From: Stefan Hajnoczi
Subject: Re: [Qemu-block] [Qemu-devel] [PATCH v7 04/15] block/io_uring: implements interfaces for io_uring
Date: Tue, 30 Jul 2019 08:28:29 +0100
User-agent: Mutt/1.12.0 (2019-05-25)

On Mon, Jul 29, 2019 at 08:46:40PM +0530, Aarushi Mehta wrote:
> +/**
> + * luring_process_completions:
> + * @s: AIO state
> + *
> + * Fetches completed I/O requests, consumes cqes and invokes their callbacks
> + * The function is somewhat tricky because it supports nested event loops, 
> for
> + * example when a request callback invokes aio_poll().  In order to do this,
> + * indices are kept in LuringState.  Function schedules BH completion so it

The sentence about indices is outdated and can be removed.

Otherwise:

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

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