mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
After device reset, the virtqueues are not ready so clear the ready
field.
Failing to do so can result in virtio_vdpa failing to load if the device
was previously used by vhost_vdpa and the old values are ready.
virtio_vdpa expects to find VQs in "not ready" state.
Fixes:
|
||
|---|---|---|
| .. | ||
| ifcvf | ||
| mlx5 | ||
| vdpa_sim | ||
| virtio_pci | ||
| Kconfig | ||
| Makefile | ||
| vdpa.c | ||