2015-02-23 17:36, Przemyslaw Czesnowicz: > v3 changes: > * move things around to make all patches compile > > > Xie, Huawei (11): > lib/librte_vhost: enable VIRTIO_NET_F_CTRL_RX VIRTIO_NET_F_CTRL_RX is > dependant on VIRTIO_NET_F_CTRL_VQ. Observed that virtio-net driver > in guest would crash with only CTRL_RX enabled. > lib/librte_vhost: create vhost_cuse directory and move > vhost-net-cdev.c into vhost_cuse > lib/librte_vhost: rename vhost-net-cdev.h to vhost-net.h > lib/librte_vhost: move fd copying(from qemu process into vhost > process) to eventfd_copy.c > lib/librte_vhost: copy host_memory_map from virtio-net.c to a new file > virtio-net-cdev.c > lib/librte_vhost: make host_memory_map a more generic function. > lib/librte_vhost: implement cuse_set_memory_table > lib/librte_vhost: add select based event driven processing > lib/librte_vhost: vhost user support > lib/librte_vhost: support dev->ifname for vhost-user > lib/librte_vhost: support dynamically registering vhost server
Applied, thanks Commit logs don't explain why changes are done and there are probably a lot of cleanup to do, but I prefer having it integrated.