vhost_net: do not assume nvqs is always 2
commit6a756d1495fc0a852b119f7ecbb7a20131f0aba7
authorJason Wang <jasowang@redhat.com>
Fri, 3 Sep 2021 09:10:15 +0000 (3 17:10 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 4 Sep 2021 21:34:05 +0000 (4 17:34 -0400)
tree30b8653a6b4b81d6091c4b14c88055878346d72b
parent5fc13603a6bec4451cf1062ae6bdb6a2ab81a69c
vhost_net: do not assume nvqs is always 2

This patch switches to initialize dev.nvqs from the VhostNetOptions
instead of assuming it was 2. This is useful for implementing control
virtqueue support which will be a single vhost_net structure with a
single cvq.

Note that nvqs is still set to 2 for all users and this patch does not
change functionality.

Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Eli Cohen <elic@nvidia.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20210903091031.47303-6-jasowang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/net/vhost_net.c
include/net/vhost_net.h
net/tap.c
net/vhost-user.c
net/vhost-vdpa.c