[dpdk-dev] [PATCH v2 0/3] Fix vhost startup issue

2015-07-17 Thread Thomas Monjalon
2015-07-10 14:20, Xie, Huawei: > On 7/6/2015 10:27 AM, Ouyang, Changchun wrote: > > The patch set fix vhost sample fails to start up in second time: > > > > It should call api to unregister vhost driver when sample exit/quit, then > > the socket file will be removed(by calling unlink), and thus m

[dpdk-dev] [PATCH v2 0/3] Fix vhost startup issue

2015-07-10 Thread Xie, Huawei
Acked-by: Huawei Xie On 7/6/2015 10:27 AM, Ouyang, Changchun wrote: > The patch set fix vhost sample fails to start up in second time: > > 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 >

[dpdk-dev] [PATCH v2 0/3] Fix vhost startup issue

2015-07-07 Thread Ouyang, Changchun
> -Original Message- > From: Ouyang, Changchun > Sent: Monday, July 6, 2015 10:27 AM > To: dev at dpdk.org > Cc: Xie, Huawei; Cao, Waterman; Xu, Qian Q; Ouyang, Changchun > Subject: [PATCH v2 0/3] Fix vhost startup issue > > The patch set fix vhost sample fails to start up in second time:

[dpdk-dev] [PATCH v2 0/3] Fix vhost startup issue

2015-07-06 Thread Ouyang Changchun
The patch set fix vhost sample fails to start up in second time: 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 second time startup. It also adds/refines some log informatio

[dpdk-dev] [PATCH v2 0/3] Fix vhost startup issue

2015-07-06 Thread Xu, Qian Q
Tested-by: Qian Xu - Test Commit: b283164694b6ed18be1856b949e91a80371e44d4 - OS: Fedora 21 - GCC: gcc (GCC) 4.9.2 20141101 (Red Hat 4.9.2-1) - CPU: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz - NIC: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) - Target: Intel Corporatio