cloud-hypervisor/vm-virtio
Cathy Zhang 8c2a9a75ec vm-virtio: Update backend feature set for vhost-user-net
Regarding vhost-user-net, there are features in avail_features
and acked_features, like VIRTIO_NET_F_MAC which is required by
driver and device to transfer mac address through config space,
but not needed by backend, like ovs+dpdk, so it's necessary to
adjust backend_features based on acked_features before calling
set_features() API.

This fix is to record backend_features in vhost-user-net to avoid
requesting it twice.

Signed-off-by: Cathy Zhang <cathy.zhang@intel.com>
2019-09-05 07:11:58 -07:00
..
src vm-virtio: Update backend feature set for vhost-user-net 2019-09-05 07:11:58 -07:00
Cargo.toml build: Bulk update dependencies 2019-08-02 15:22:37 +02:00