Re: [dpdk-dev] [PATCH 2/2] vhost: add fdset-event thread name

2018-03-22 Thread Tan, Jianfeng
> -Original Message- > From: xiangxia.m@gmail.com [mailto:xiangxia.m@gmail.com] > Sent: Thursday, March 22, 2018 8:40 PM > To: Tan, Jianfeng > Cc: dev@dpdk.org; Tonghao Zhang > Subject: [PATCH 2/2] vhost: add fdset-event thread name > > From: Tonghao Zhang > > This patch adds t

[dpdk-dev] [PATCH 2/2] vhost: add fdset-event thread name

2018-03-22 Thread xiangxia . m . yue
From: Tonghao Zhang This patch adds the name for vhost fdset thread. It can help us to know whether the thread is running. Signed-off-by: Tonghao Zhang --- lib/librte_vhost/socket.c | 9 + 1 file changed, 9 insertions(+) diff --git a/lib/librte_vhost/socket.c b/lib/librte_vhost/socket