-
Notifications
You must be signed in to change notification settings - Fork 53
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
spec issue: potential deadlocks in concurrent messages and replies #466
Comments
In this case, neither the client nor the server can assume that after they've sent a request the only thing they expect to receive is the response. They should examine the message header and act accordingly.
My understanding is that this isn't any different from physical hardware. In vfio-user, messages have no dependencies, so a deadlock can only occur when the device is used improperly. @jlevon do you agree? |
@jlevon ping |
I'm struggling to understand how this could be a spec issue at all. It seems like an entirely an implementation-level thing. I'm thinking this is maybe WONTFIX ? |
I agree with you. |
From Stefan:
The text was updated successfully, but these errors were encountered: