[Virtio-fs] Adding notifications vq to the virtio-fs device

Stefan Hajnoczi stefanha at redhat.com
Mon Jun 10 16:09:55 UTC 2019


Hi Vivek,
There is discussion of adding the notifications vq to the virtio-fs
device so that FUSE Notification messages are possible.  This was
previously discussed on the VIRTIO mailing lists here:
https://lists.oasis-open.org/archives/virtio-dev/201902/msg00074.html

The main issue is how to handle the case where the device wishes to
raise notifications but the driver has not supplied enough buffers.

FUSE requires reliable notification delivery.  We cannot drop
notifications.

The mechanism will have to support reliable delivery.  For example, the
device may need to pause further operation until the driver makes
buffers available again.  But this could lead to DoS or deadlocks, so
care is needed!

I hope this link is useful in restarting the discussion about the
notifications vq.

Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/virtio-fs/attachments/20190610/f4882987/attachment.sig>


More information about the Virtio-fs mailing list