You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the main branch of vmm-sys-util, and test on vhost, run: cargo test --workspace --no-default-features --features vhost-user. It will cause the problem below.
thread 'vhost_user::connection::tests::send_fd' panicked at vhost/src/vhost_user/connection.rs:763:50:
called `Result::unwrap()` on an `Err` value: SocketRetry(Os { code: 105, kind: Uncategorized, message: "No buffer space available" })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace