[dpdk-dev] [PATCH 5/5] vhost: add reconnect thread name for client mode.

2018-01-05 Thread Tonghao Zhang
This patch adds the name for vhost-user reconnect thread. It can help us to know whether the thread is running. Signed-off-by: Tonghao Zhang Signed-off-by: Tonghao Zhang --- lib/librte_vhost/socket.c | 8 1 file changed, 8 insertions(+) diff --git a/lib/librte_vhost/socket.c b/lib/lib

[dpdk-dev] [PATCH 5/5] vhost: add reconnect thread name for client mode.

2018-01-05 Thread Tonghao Zhang
This patch adds the name for vhost-user reconnect thread. It can help us to know whether the thread is running. Signed-off-by: Tonghao Zhang --- lib/librte_vhost/socket.c | 8 1 file changed, 8 insertions(+) diff --git a/lib/librte_vhost/socket.c b/lib/librte_vhost/socket.c index d44a0

Re: [dpdk-dev] [PATCH 5/5] vhost: add reconnect thread name for client mode.

2018-01-09 Thread Yuanhan Liu
On Fri, Jan 05, 2018 at 06:10:39AM -0800, Tonghao Zhang wrote: > This patch adds the name for vhost-user reconnect thread. > It can help us to know whether the thread is running. > > Signed-off-by: Tonghao Zhang > --- > lib/librte_vhost/socket.c | 8 > 1 file changed, 8 insertions(+) >

Re: [dpdk-dev] [PATCH 5/5] vhost: add reconnect thread name for client mode.

2018-01-09 Thread Yuanhan Liu
On Tue, Jan 09, 2018 at 09:12:43PM +0800, Yuanhan Liu wrote: > On Fri, Jan 05, 2018 at 06:10:39AM -0800, Tonghao Zhang wrote: > > This patch adds the name for vhost-user reconnect thread. > > It can help us to know whether the thread is running. > > > > Signed-off-by: Tonghao Zhang > > --- > > l

Re: [dpdk-dev] [PATCH 5/5] vhost: add reconnect thread name for client mode.

2018-01-09 Thread Tonghao Zhang
Thanks for your review. On Tue, Jan 9, 2018 at 9:40 PM, Yuanhan Liu wrote: > On Tue, Jan 09, 2018 at 09:12:43PM +0800, Yuanhan Liu wrote: >> On Fri, Jan 05, 2018 at 06:10:39AM -0800, Tonghao Zhang wrote: >> > This patch adds the name for vhost-user reconnect thread. >> > It can help us to know wh