arcbox-net-inject 0.6.3

Guest memory RX injection engine for ArcBox VirtIO-net
1
2
3
4
5
6
7
8
9
10
11
//! Guest memory RX injection engine for VirtIO-net.
//!
//! Receives raw Ethernet frames via a crossbeam channel and injects
//! them into a guest virtio-net RX queue through the unified
//! `arcbox_virtio::SplitQueue`. Runs on a dedicated OS thread,
//! completely independent of the tokio async runtime.

pub mod inject;
pub mod inline_conn;
pub mod irq;
pub mod queue;