cloud-hypervisor/net_util/src
Rob Bradford 385d734847 net_util: Add API for creating a Tap from an fd
Ultimately this will allow the creation of a virtio-net device that is
backed by a file descriptor.

This function ensures that the TAP device is correctly setup with
offloading and non-blocking.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-12-17 22:51:30 +01:00
..
lib.rs virtio-devices, net_util: Migrate virtio-net to EpollHelper 2020-07-24 13:50:37 +02:00
mac.rs net_util: Implement FromStr for MacAddr 2020-04-06 10:31:24 +01:00
open_tap.rs net_util: Extend Tap::open_named() to take flags 2020-12-17 22:51:30 +01:00
queue_pair.rs virtio-devices, net_util: Migrate virtio-net to EpollHelper 2020-07-24 13:50:37 +02:00
tap.rs net_util: Add API for creating a Tap from an fd 2020-12-17 22:51:30 +01:00