Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dragonball: Vhost-user base code not supported INFLIGHT_SHMFD #8705

Open
justxuewei opened this issue Dec 20, 2023 · 2 comments
Open

dragonball: Vhost-user base code not supported INFLIGHT_SHMFD #8705

justxuewei opened this issue Dec 20, 2023 · 2 comments
Labels
enhancement Improvement to an existing feature

Comments

@justxuewei
Copy link
Member

A workaround for vhost-user-net unit tests.

let handler = thread::spawn(move || {
    let mut slave = connect_slave(device_socket).unwrap();
    create_vhost_user_net_slave(&mut slave);
    let mut pfeatures = VhostUserProtocolFeatures::all();
    // ++++++
    pfeatures -= VhostUserProtocolFeatures::INFLIGHT_SHMFD;
    negotiate_slave(&mut slave, pfeatures, true, 1);
});
@ZizhengBian
Copy link
Contributor

I will work for this later.

@adamqqqplay
Copy link
Contributor

adamqqqplay commented Dec 22, 2023

vhost-user-blk also need this feature, but we temporarily disabled it in #8632.

@stevenhorsman stevenhorsman added the enhancement Improvement to an existing feature label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to an existing feature
Projects
Issue backlog
  
To do
Development

No branches or pull requests

4 participants