On Thu, 2024-03-28 at 16:03 +0800, Xuan Zhuo wrote: > commit 6457f126c888 ("virtio: support reserved vqs") introduced this > support. Multiqueue virtio-net use 2N as ctrl vq finally, so the > logic > doesn't apply. And not one uses this. > > On the other side, that makes some trouble for us to refactor the > find_vqs() params. > > So I remove this support. > > Signed-off-by: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx> > Acked-by: Jason Wang <jasowang@xxxxxxxxxx> > --- > arch/um/drivers/virtio_uml.c | 8 ++++---- > drivers/remoteproc/remoteproc_virtio.c | 11 ++++------- > drivers/s390/virtio/virtio_ccw.c | 8 ++++---- > drivers/virtio/virtio_mmio.c | 11 ++++------- > drivers/virtio/virtio_pci_common.c | 18 +++++++++--------- > drivers/virtio/virtio_vdpa.c | 11 ++++------- > include/linux/virtio_config.h | 2 +- > 7 files changed, 30 insertions(+), 39 deletions(-) Acked-by: Eric Farman <farman@xxxxxxxxxxxxx> # s390