[dpdk-dev] [PATCH v6 03/13] vhost: vring queue setup for multiple queue support

2015-10-20 Thread Yuanhan Liu
On Tue, Oct 20, 2015 at 08:49:38AM +0200, Thomas Monjalon wrote: > 2015-10-09 13:46, Yuanhan Liu: > > All queue pairs, including the default (the first) queue pair, > > are allocated dynamically, when a vring_call message is received > > first time for a specific queue pair. > > > > This is a refa

[dpdk-dev] [PATCH v6 03/13] vhost: vring queue setup for multiple queue support

2015-10-20 Thread Thomas Monjalon
2015-10-09 13:46, Yuanhan Liu: > All queue pairs, including the default (the first) queue pair, > are allocated dynamically, when a vring_call message is received > first time for a specific queue pair. > > This is a refactor work for enabling vhost-user multiple queue; > it should not break anyth

[dpdk-dev] [PATCH v6 03/13] vhost: vring queue setup for multiple queue support

2015-10-09 Thread Yuanhan Liu
All queue pairs, including the default (the first) queue pair, are allocated dynamically, when a vring_call message is received first time for a specific queue pair. This is a refactor work for enabling vhost-user multiple queue; it should not break anything as it does no functional changes: we do