Function devices::virtio::vhost_user_backend::net::sys::linux::start_queue      
source ยท pub(in virtio::vhost_user_backend::net) fn start_queue<T: 'static + IntoAsync + TapT>(
    backend: &mut NetBackend<T>,
    idx: usize,
    queue: Queue,
    _mem: GuestMemory,
) -> Result<()>Expand description
Platform specific impl of VhostUserDevice::start_queue.