[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] virtio-net: Add queues before loading them
From: |
Jason Wang |
Subject: |
Re: [PATCH] virtio-net: Add queues before loading them |
Date: |
Fri, 25 Oct 2024 16:44:42 +0800 |
On Wed, Oct 23, 2024 at 4:02 PM Michael S. Tsirkin <mst@redhat.com> wrote:
>
> On Tue, Oct 22, 2024 at 03:49:01PM +0900, Akihiko Odaki wrote:
> > Call virtio_net_set_multiqueue() to add queues before loading their
> > states. Otherwise the loaded queues will not have handlers and elements
> > in them will not be processed.
> >
> > Cc: qemu-stable@nongnu.org
> > Fixes: 8c49756825da ("virtio-net: Add only one queue pair when realizing")
> > Reported-by: Laurent Vivier <lvivier@redhat.com>
> > Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
>
> Acked-by: Michael S. Tsirkin <mst@redhat.com>
>
>
> Jason, your queue?
>
Yes, queued.
Thanks