]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
plat/virtio: Implement support for event index notification suppression
authorMarco Schlumpp <marco@unikraft.io>
Mon, 20 Feb 2023 13:57:00 +0000 (14:57 +0100)
committerRazvan Deaconescu <razvand@unikraft.io>
Fri, 20 Oct 2023 16:35:55 +0000 (19:35 +0300)
commit43e260fbb62cb2b2aeadca47437a8dd5e7959cb3
treecfc065257dc3fcdedf9a68be583270978b1aee90
parent0ec0b4daf41f728dcf81152c5db5b6af3583af57
plat/virtio: Implement support for event index notification suppression

This allows the drivers/device to specify the other side should
send a notification. This is required for firecracker which does not
support the original notification suppression flag.

Signed-off-by: Marco Schlumpp <marco@unikraft.io>
Reviewed-by: Michalis Pappas <michalis@unikraft.io>
Reviewed-by: Andrei Tatar <andrei@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #1089
drivers/virtio/include/virtio/virtqueue.h
drivers/virtio/net/virtio_net.c
drivers/virtio/ring/include/virtio/virtio_ring.h
drivers/virtio/ring/virtio_ring.c