qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 5/6] contrib: add libvhost-user


From: Marc-André Lureau
Subject: Re: [Qemu-devel] [PATCH v2 5/6] contrib: add libvhost-user
Date: Tue, 18 Oct 2016 11:25:21 -0400 (EDT)

Hi Felipe

----- Original Message -----
> Hello,
> 
> > On 18 Oct 2016, at 10:24, Marc-André Lureau <address@hidden>
> > wrote:
> > 
> > <...>
> > 
> > diff --git a/contrib/libvhost-user/libvhost-user.h
> > b/contrib/libvhost-user/libvhost-user.h
> > 
> > <...>
> > 
> > +#define VHOST_MAX_NR_VIRTQUEUE 8
> > +#define VIRTQUEUE_MAX_SIZE 1024
> 
> I think that the maximum number of VQs should be 1024 to match Qemu's.
> 
> http://git.qemu.org/?p=qemu.git;a=blob;f=include/hw/virtio/virtio.h;h=b913aac45589449bcc5d8161651332f4b0d69c7f;hb=HEAD#l55

That would make the VuDev structure quite big. We may want to set the nr of max 
queues in vu_init() instead, and allocate it there. I think this is rather a 
current limitation, but does not prevent iterating from there.



reply via email to

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