numam-dpdk/examples/vhost
Ouyang Changchun c83d2d0079 examples/vhost: fix driver unregistering
The following commit broke vhost sample when it runs in second time:
292959c719

It should call api to unregister vhost driver when sample exit/quit, then
the socket file will be removed(by calling unlink), and thus make vhost sample
work correctly in the second time startup.

Test report: http://dpdk.org/ml/archives/dev/2015-July/020896.html

Fixes: 292959c719 ("vhost: cleanup unix socket")

Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com>
Acked-by: Huawei Xie <huawei.xie@intel.com>
2015-07-17 15:09:42 +02:00
..
main.c examples/vhost: fix driver unregistering 2015-07-17 15:09:42 +02:00
main.h examples: no more bare metal environment 2014-11-27 13:09:59 +01:00
Makefile examples/vhost: add new example based on lib 2014-10-23 13:07:36 +02:00