cloud-hypervisor/net_util/src
Rob Bradford 5784285894 net_util: queue_pair: Handle tap write returning EAGAIN/EWOULDBLOCK
If the tap file descriptor is not writable then try again later. Update
the RX side to match the test on std::io::ErrorKind::WouldBlock

Fixes: #2517

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-04-22 15:58:27 +01:00
..
lib.rs virtio-devices, vmm: Add rate limiter for the TX queue of virtio-net 2021-03-30 19:47:43 +02:00
mac.rs net_util: Address Rust 1.51.0 clippy issue (redundant_slicing) 2021-03-26 11:32:09 +00:00
open_tap.rs net_util: Support supplying flags to open_tap() helper 2021-01-28 09:11:39 +00:00
queue_pair.rs net_util: queue_pair: Handle tap write returning EAGAIN/EWOULDBLOCK 2021-04-22 15:58:27 +01:00
tap.rs net_util: make constructor fields match struct 2021-03-29 09:55:29 +02:00