cloud-hypervisor/vm-virtio
Cathy Zhang d724511a91 vm-virtio: Add set_protocol_features in vhost-user-net
While implement vhost-user-net backend with Tap interface, it keeps
failed to enable the tx vring, since there is a checking in
slave_req_handler.rs to require acked_protocol_features to be setup
as a pre-requirement, which is filled by set_protocol_features call.
Add this call in vhost-user-net device implementation to address the issue.

Signed-off-by: Cathy Zhang <cathy.zhang@intel.com>
2019-09-30 13:06:00 -07:00
..
src vm-virtio: Add set_protocol_features in vhost-user-net 2019-09-30 13:06:00 -07:00
Cargo.toml virtio-bindings: Rely on the upstream crate from rust-vmm 2019-09-19 07:13:54 -07:00