]> git.baikalelectronics.ru Git - kernel.git/commit
virtio_vdpa: don't warn when fail to disable vq
authorJason Wang <jasowang@redhat.com>
Mon, 4 Jan 2021 06:55:02 +0000 (14:55 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 23 Feb 2021 12:52:58 +0000 (07:52 -0500)
commit2af6613e33e750a8420b6afff7c6e799540df4c4
treeacfa6ee8314e70874ee8a3bbd92f1de625adb2e4
parent90c9c82be58524f9556442870c314ad63d049d8d
virtio_vdpa: don't warn when fail to disable vq

There's no guarantee that the device can disable a specific virtqueue
through set_vq_ready(). One example is the modern virtio-pci
device. So this patch removes the warning.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Link: https://lore.kernel.org/r/20210104065503.199631-19-jasowang@redhat.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_vdpa.c