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.
Huawei Xie (2): vhost socket cleanup update version map file for rte_vhost_driver_unregister API lib/librte_vhost/rte_vhost_version.map | 8 ++++ lib/librte_vhost/rte_virtio_net.h | 3 ++ lib/librte_vhost/vhost_cuse/vhost-net-cdev.c | 9 ++++ lib/librte_vhost/vhost_user/vhost-net-user.c | 68 +++++++++++++++++++++++----- lib/librte_vhost/vhost_user/vhost-net-user.h | 2 +- 5 files changed, 77 insertions(+), 13 deletions(-) -- 1.8.1.4