[dpdk-dev] [PATCH 1/2] vhost: make sure vhost fdset-thread created successfully

2018-03-22 Thread xiangxia . m . yue
From: Tonghao Zhang When first call the 'rte_vhost_driver_start', the fdset_event_dispatch thread should be created successfully. Because the vhost uses it to poll socket events for vhost server or clients. Without it, for example, vhost will not get the connection event. This patch returns err

Re: [dpdk-dev] [PATCH 1/2] vhost: make sure vhost fdset-thread created successfully

2018-03-22 Thread Tan, Jianfeng
Hi Xiangxia, > -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 1/2] vhost: make sure vhost fdset-thread created > successfully > > From: T

Re: [dpdk-dev] [PATCH 1/2] vhost: make sure vhost fdset-thread created successfully

2018-03-22 Thread Tonghao Zhang
On Fri, Mar 23, 2018 at 9:30 AM, Tan, Jianfeng wrote: > Hi Xiangxia, > >> -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 1/2] vhost: