qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 4/4] block: add bdrv_co_discard and bdrv_aio_dis


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 4/4] block: add bdrv_co_discard and bdrv_aio_discard support
Date: Fri, 14 Oct 2011 16:35:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0

On 10/14/2011 04:32 PM, Kevin Wolf wrote:
>  I can certainly drop aio_discard from the backends, but I'm not sure how
>  heavy can fallocate be (with FALLOC_FL_PUNCH_HOLE).  Probably not much,
>  but I think there's no guarantee of O(1) behavior especially with
>  filesystems like ecryptfs.  So you would need to go through the thread
>  pool and aio_discard would come in handy.

Sure, but the coroutine interface should be just as good for
implementing it this way in raw-posix.

I think until someone rewrites raw_aio_submit/paio_submit in terms of coroutines, it's better to keep aio_discard.

Paolo



reply via email to

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