rcore-os / virtio-drivers

VirtIO guest drivers in Rust.
MIT License
209 stars 63 forks source link

Add OwningQueue, a wrapper around VirtQueue that allocates its own buffers #149

Closed qwandor closed 3 months ago

qwandor commented 3 months ago

This is based on how VirtIOSocket was managing its RX queue buffers, so is initially used there.