Function devices::virtio::vhost::user::device::net::sys::linux::run_rx_queue

source ยท
async fn run_rx_queue<T: TapT>(
    queue: Queue,
    tap: IoSource<T>,
    kick_evt: EventAsync,
    stop_rx: Receiver<()>,
    mrg_rxbuf: bool,
) -> Queue