opnsense-src/sys/dev/virtio/p9fs
Mark Johnston 004d500df2 virtio_p9fs: Check for completions after enabling interrupts
Otherwise we can end up with a lost interrupt, causing lost request
completion wakeups and hangs in the filesystem layer.

Continue processing until we enable interrupts and then observe an empty
queue, like other virtio drivers do.

Sponsored by:	Klara, Inc.
2025-07-09 10:05:52 +02:00
..
virtio_p9fs.c virtio_p9fs: Check for completions after enabling interrupts 2025-07-09 10:05:52 +02:00
virtio_p9fs.h