[dpdk-dev] [PATCH 0/6] Support multiple queues in vhost

2015-05-22 Thread Ouyang, Changchun
Hi Thomas, > -Original Message- > From: Thomas F Herbert [mailto:therbert at redhat.com] > Sent: Friday, May 22, 2015 9:13 AM > To: Ouyang, Changchun; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/6] Support multiple queues in vhost > > > > On 5/21/1

[dpdk-dev] [PATCH 0/6] Support multiple queues in vhost

2015-05-21 Thread Thomas F Herbert
On 5/21/15 3:49 AM, Ouyang Changchun wrote: > This patch set supports the multiple queues for each virtio device in vhost. > The vhost-user is used to enable the multiple queues feature, It's not ready > for vhost-cuse. Thanks. I tried it and verified that this patch applies cleanly to master.

[dpdk-dev] [PATCH 0/6] Support multiple queues in vhost

2015-05-21 Thread Ouyang Changchun
This patch set supports the multiple queues for each virtio device in vhost. The vhost-user is used to enable the multiple queues feature, It's not ready for vhost-cuse. One prerequisite to enable this feature is that a QEMU patch plus a fix is required to apply on QEMU2.2/2.3, pls refer to this