On 6/18/2015 5:02 AM, Thomas Monjalon wrote: > 2015-06-05 11:26, Huawei Xie: >> rte_vhost_driver_unregister will remove the listenfd from event list, and >> then close it. >> >> Signed-off-by: Huawei Xie <huawei.xie at intel.com> >> Signed-off-by: Peng Sun <peng.a.sun at intel.com> >> --- >> 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 +- > A function is added to the API without update of the .map file? Get the comment from Panu. Would submit v3 patch.
> > Could it be used in a test or an example? It would prevent to break > it or forget to add it in the .map. > Now in vhost example, we only register one socket and never unregister it. Would evaluate calling this API in vhost example in future. > >