Hi all,

When vpp sends packets to a VM via a vhost-user interface, it will put the
packet in a queue (called `rxvq` in the code). It seems the default queue
size is 256 descriptors (I print rxvq->qsz_mask+1, and get 256). Is it
possible to increase the queue size, and how?

I followed the steps here
<https://wiki.fd.io/view/VPP/Use_VPP_to_Chain_VMs_Using_Vhost-User_Interface>
to setup the vhost-user interfaces and VM.

Thanks,
-- 
Yuliang Li
PhD student
Department of Computer Science
Yale University

Reply via email to