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, remove unnecessary new line > > v3 changes: > update version map file > > v4 changes: > -add comment for potential unwanted callback on listenfds > -call fdset_del_slot to remove connection fd > > Huawei Xie (4): > fdset_del_slot > vhost socket cleanup > version map file update > add comment for potential unwanted call on listenfds
Applied, thanks