Re: [PATCH V3 18/19] virtio_vdpa: don't warn when fail to disable vq

2021-02-07 Thread Jason Wang
On 2021/2/5 下午11:24, Michael S. Tsirkin wrote: On Mon, Jan 04, 2021 at 02:55:02PM +0800, Jason Wang wrote: 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.

Re: [PATCH V3 18/19] virtio_vdpa: don't warn when fail to disable vq

2021-02-05 Thread Michael S. Tsirkin
On Mon, Jan 04, 2021 at 02:55:02PM +0800, Jason Wang wrote: > 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 Do we need the read as a

[PATCH V3 18/19] virtio_vdpa: don't warn when fail to disable vq

2021-01-03 Thread Jason Wang
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 --- drivers/virtio/virtio_vdpa.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff