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

2018-03-30 Thread Maxime Coquelin
On 03/23/2018 03:18 AM, xiangxia.m@gmail.com wrote: 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 Reviewed-by: Jianfeng Tan --- lib/librte_vhost/socket.c | 9 + 1 file c

[dpdk-dev] [PATCH v2 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 Reviewed-by: Jianfeng Tan --- lib/librte_vhost/socket.c | 9 + 1 file changed, 9 insertions(+) diff --git a/lib/librte_vhost/socket.