[dpdk-dev] [PATCH v3 00/11] qemu vhost-user support

2015-02-25 Thread Xie, Huawei
PC: Thanks a lot for the effort. During one of the rebase process, i moved eventfd copy into eventfd_copy.c but forget to update virtio-net.c, so it isn't compilable until later commit. Sorry for the trouble. Will check if each commit could be compiled in future. On 2/24/2015 1:36 AM, Przemyslaw

[dpdk-dev] [PATCH v3 00/11] qemu vhost-user support

2015-02-24 Thread Thomas Monjalon
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 w

[dpdk-dev] [PATCH v3 00/11] qemu vhost-user support

2015-02-23 Thread 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: c