pub(in virtio::vhost::user::device::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.