qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH] Implement an fd pool to get real AIO with posix


From: Anthony Liguori
Subject: [Qemu-devel] Re: [PATCH] Implement an fd pool to get real AIO with posix-aio
Date: Wed, 24 Sep 2008 09:17:07 -0500
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

Avi Kivity wrote:
Anthony Liguori wrote:

dup()ing the fd on each request is unnecessary work; would be better to cache the duped fd.

Yeah, I was concerned about this too. Ryan reran the fio benchmark and the submission latency and completion latency were identical to the linux-aio patches. That suggests that the overhead of dup() is lost in the noise.

Since this is simpler and keeps the number of open file descriptors as low as possible, I was happy about that.

Regards,

Anthony Liguori

Of course, if this is just a stepping stone, it doesn't matter very much.






reply via email to

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