[PATCH vhost v7 2/6] virtio: remove support for names array entries being null.
Eric Farman
farman at linux.ibm.com
Mon Apr 1 12:02:15 PDT 2024
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 at linux.alibaba.com>
> Acked-by: Jason Wang <jasowang at redhat.com>
> ---
> 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 at linux.ibm.com> # s390
More information about the linux-um
mailing list