On Mon, Apr 8, 2024 at 6:13 PM Michael S. Tsirkin <m...@redhat.com> wrote: > > On Tue, Mar 26, 2024 at 07:06:29PM +0900, Akihiko Odaki wrote: > > virtio_net_guest_notifier_pending() and virtio_net_guest_notifier_mask() > > checked VIRTIO_NET_F_MQ to know there are multiple queues, but > > VIRTIO_NET_F_RSS also enables multiple queues. Refer to n->multiqueue, > > which is set to true either of VIRTIO_NET_F_MQ or VIRTIO_NET_F_RSS is > > enabled. > > > > Fixes: 68b0a6395f36 ("virtio-net: align ctrl_vq index for non-mq guest for > > vhost_vdpa") > > Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com> > > Reviewed-by: Michael S. Tsirkin <m...@redhat.com> > > Jason, are you merging this?
It has been merged: https://gitlab.com/qemu-project/qemu/-/commit/ba6bb2ec953f10751f174b6f7da8fe7e5f008c08 Thanks