cloud-hypervisor/vm-virtio/src
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
..
transport vm-virtio: Fix virtio-pci BAR type 2019-09-21 09:11:30 +01:00
vhost_user vm-virtio: Add set_protocol_features in vhost-user-net 2019-09-30 13:06:00 -07:00
vsock vm-virtio: Fix formatting 2019-09-27 08:05:56 -07:00
block.rs virtio-bindings: Rely on the upstream crate from rust-vmm 2019-09-19 07:13:54 -07:00
console.rs vm-virtio: Fix formatting 2019-09-27 08:05:56 -07:00
device.rs vmm: Add RwLock to the GuestMemoryMmap 2019-08-22 08:24:15 +01:00
lib.rs vm-virtio: vhost-user-blk: Add support for reset 2019-09-20 15:56:51 +02:00
net.rs virtio-bindings: Rely on the upstream crate from rust-vmm 2019-09-19 07:13:54 -07:00
pmem.rs vm-virtio: Fix formatting 2019-09-27 08:05:56 -07:00
queue.rs vhost_user_backend: Add new crate 2019-09-30 09:26:11 -07:00
rng.rs vm-virtio: Fix formatting 2019-09-27 08:05:56 -07:00