vhost-vdpa: multiqueue support
commit402378407dbdce79ce745a13f5c84815f929cfdd
authorJason Wang <jasowang@redhat.com>
Wed, 20 Oct 2021 04:56:00 +0000 (20 12:56 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 20 Oct 2021 08:44:05 +0000 (20 04:44 -0400)
tree85f62265c758fc9f3dd04417701b76d06ea82dca
parent22288fe5a3f2dc4cb5c8826646d466019ad67682
vhost-vdpa: multiqueue support

This patch implements the multiqueue support for vhost-vdpa. This is
done simply by reading the number of queue pairs from the config space
and initialize the datapath and control path net client.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20211020045600.16082-11-jasowang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/vhost-vdpa.c
net/vhost-vdpa.c