[dpdk-dev] [RFC PATCH v2 00/14] qemu vhost-user support

2015-02-09 Thread Linhaifeng
Hi, Xie Is librte_vhost support openvswitch? How to attach the vhost_device_ctx to the port of openvswitch? On 2015/1/26 11:20, Huawei Xie wrote: > v2 changes: > make fdset num field reflect the current number of fds vhost server manages > allocate context for connected fd in vserver_new_vq_con

[dpdk-dev] [RFC PATCH v2 00/14] qemu vhost-user support

2015-01-26 Thread Huawei Xie
v2 changes: make fdset num field reflect the current number of fds vhost server manages allocate context for connected fd in vserver_new_vq_conn enable multiple socket support get_feature fix: apply Tetsuya's comment set_feature fix close received log fd, err fd: apply Haifeng's comment CTR