pub(in virtio::vhost::user::device::net) fn start_queue<T: 'static + IntoAsync + TapT>(
    backend: &mut NetBackend<T>,
    idx: usize,
    queue: Queue,
    _mem: GuestMemory,
    doorbell: Interrupt
) -> Result<()>
Expand description

Platform specific impl of VhostUserBackend::start_queue.