qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 098/104] virtiofsd: add definition of fuse_buf_writev()


From: Daniel P . Berrangé
Subject: Re: [PATCH 098/104] virtiofsd: add definition of fuse_buf_writev()
Date: Tue, 7 Jan 2020 12:21:33 +0000
User-agent: Mutt/1.12.1 (2019-06-15)

On Thu, Dec 12, 2019 at 04:38:58PM +0000, Dr. David Alan Gilbert (git) wrote:
> From: piaojun <address@hidden>
> 
> Define fuse_buf_writev() which use pwritev and writev to improve io
> bandwidth. Especially, the src bufs with 0 size should be skipped as
> their mems are not *block_size* aligned which will cause writev failed
> in direct io mode.
> 
> Signed-off-by: Jun Piao <address@hidden>
> Suggested-by: Stefan Hajnoczi <address@hidden>
> ---
>  tools/virtiofsd/buffer.c | 39 +++++++++++++++++++++++++++++++++++++++
>  1 file changed, 39 insertions(+)

Reviewed-by: Daniel P. Berrangé <address@hidden>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




reply via email to

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