Ping Maxime, Jianfeng Do you have any comments about the patch?
Thanks Zhiyong > -----Original Message----- > From: Yang, Zhiyong > Sent: Thursday, April 5, 2018 1:18 AM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; tho...@monjalon.net; Tan, Jianfeng > <jianfeng....@intel.com>; Wang, Zhihong <zhihong.w...@intel.com>; Bie, > Tiwei <tiwei....@intel.com>; Wang, Dong1 <dong1.w...@intel.com>; Yang, > Zhiyong <zhiyong.y...@intel.com> > Subject: [PATCH v5] net/virtio-user: add support for server mode > > In a container environment if the vhost-user backend restarts, there's no > way for it to reconnect to virtio-user. To address this, support for server > mode is added. In this mode the socket file is created by virtio- user, which > the backend then connects to. This means that if the backend restarts, it can > reconnect to virtio-user and continue communications. > > With current implementation, LSC is enabled at virtio-user side to support to > accept the coming connection. > > Release note is updated in this patch. > > Signed-off-by: Zhiyong Yang <zhiyong.y...@intel.com> > ---