Re: [Qemu-devel] [PATCH v11 0/7] vhost-user multiple queue support

2015-09-24 Thread Marcel Apfelbaum
On 09/23/2015 07:19 AM, Yuanhan Liu wrote: Hi, Here is the updated patch set for enabling vhost-user multiple queue. And I did proper and formal testing this time. This patch set introduces 2 more vhost user messages: VHOST_USER_GET_QUEUE_NUM, for querying how many queues the backend supports,

[Qemu-devel] [PATCH v11 0/7] vhost-user multiple queue support

2015-09-22 Thread Yuanhan Liu
Hi, Here is the updated patch set for enabling vhost-user multiple queue. And I did proper and formal testing this time. This patch set introduces 2 more vhost user messages: VHOST_USER_GET_QUEUE_NUM, for querying how many queues the backend supports, and VHOST_USER_SET_VRING_ENABLE, for enablin