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? Could it be used in a test or an example? It would prevent to break it or forget to add it in the .map.