qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH RFC] virtio: proposal to optimize accesses to VQ


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH RFC] virtio: proposal to optimize accesses to VQs
Date: Tue, 15 Dec 2015 05:34:12 -0500 (EST)

> >          if (!indirect)
> >              total_bufs = num_bufs;
> 
> Here (http://article.gmane.org/gmane.comp.emulators.qemu.block/6620) you
> meant
> 
> +                in_total += desc.len;
> 
> and
> 
> +                out_total += desc.len;
> 

Yes, I did... I changed the patch and will push to the dataplane branch
soon.

Paolo



reply via email to

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