[dpdk-dev] [PATCH v4 0/4] vhost: vhost unix domain socket cleanup

2015-06-30 Thread Thomas Monjalon
2015-06-30 17:20, Huawei Xie: > vhost user could register multiple unix domain socket server, and use the path > to identify the virtio device connecting to it. rte_vhost_driver_unregister > will clean up the unix domain socket for the specified path. > > v2 changes: > -minor code style fix, remov

[dpdk-dev] [PATCH v4 0/4] vhost: vhost unix domain socket cleanup

2015-06-30 Thread Huawei Xie
vhost user could register multiple unix domain socket server, and use the path to identify the virtio device connecting to it. rte_vhost_driver_unregister will clean up the unix domain socket for the specified path. v2 changes: -minor code style fix, remove unnecessary new line v3 changes: update