[PATCH v2] vhost_net: fix assertion triggered by batch of host notifiers processing

2024-11-15 Thread Zuo boqun via
From: zuoboqun When the backend of vhost_net restarts during the vm is running, vhost_net is stopped and started. The virtio_device_grab_ioeventfd() fucntion in vhost_net_enable_notifiers() will result in a call to virtio_bus_set_host_notifier()(assign=false). And now virtio_device_grab_ioeventf

[PATCH] vhost_net: fix assertion triggered by batch of host notifiers processing

2024-11-11 Thread Zuo boqun via
From: zuoboqun When the backend of vhost_net restarts during the vm is running, vhost_net is stopped and started. The virtio_device_grab_ioeventfd() fucntion in vhost_net_enable_notifiers() will result in a call to virtio_bus_set_host_notifier()(assign=false). And now virtio_device_grab_ioeventf