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
Currently VhostUserSlaveReqHandler::set_slave_req_fd() accepts an SlaveFsCacheReq input parameter, that means the slave communication channel could only used to support virtio-fs map/unmap requests.
It should take an UnixStream as input, so the backend implementation makes the decision what service will be supported on the slave communication channel.
The text was updated successfully, but these errors were encountered:
Currently VhostUserSlaveReqHandler::set_slave_req_fd() accepts an SlaveFsCacheReq input parameter, that means the slave communication channel could only used to support virtio-fs map/unmap requests.
It should take an UnixStream as input, so the backend implementation makes the decision what service will be supported on the slave communication channel.
The text was updated successfully, but these errors were encountered: