[dpdk-dev] [PATCH v3 09/11] lib/librte_vhost: vhost user support

2015-02-27 Thread Xie, Huawei
On 2/24/2015 1:36 AM, Czesnowicz, Przemyslaw wrote: > From: "Xie, Huawei" > > In rte_vhost_driver_register(), vhost unix domain socket listener fd is > created > and added to polled(based on select) fdset. > > In rte_vhost_driver_session_start(), fds in the fdset are checked for > processing. If

[dpdk-dev] [PATCH v3 09/11] lib/librte_vhost: vhost user support

2015-02-23 Thread Przemyslaw Czesnowicz
From: "Xie, Huawei" In rte_vhost_driver_register(), vhost unix domain socket listener fd is created and added to polled(based on select) fdset. In rte_vhost_driver_session_start(), fds in the fdset are checked for processing. If there is new connection from qemu, connection fd accepted is added