|
@@ -85,6 +85,7 @@ static int vhost_user_start(int queues, NetClientState *ncs[],
|
|
options.net_backend = ncs[i];
|
|
options.net_backend = ncs[i];
|
|
options.opaque = be;
|
|
options.opaque = be;
|
|
options.busyloop_timeout = 0;
|
|
options.busyloop_timeout = 0;
|
|
|
|
+ options.nvqs = 2;
|
|
net = vhost_net_init(&options);
|
|
net = vhost_net_init(&options);
|
|
if (!net) {
|
|
if (!net) {
|
|
error_report("failed to init vhost_net for queue %d", i);
|
|
error_report("failed to init vhost_net for queue %d", i);
|