Re: [dpdk-dev] [PATCH v3 3/4] net/virtio-user: add support for server mode

2018-03-29 Thread Yang, Zhiyong
Hi Jianfeng, > -Original Message- > From: Tan, Jianfeng > Sent: Wednesday, March 28, 2018 11:15 PM > To: Yang, Zhiyong ; dev@dpdk.org > Cc: Wang, Zhihong ; > maxime.coque...@redhat.com; tho...@monjalon.net; Wang, Dong1 > ; Bie, Tiwei > Subject: Re: [PATCH v3 3/4] net/virtio-user: add supp

Re: [dpdk-dev] [PATCH v3 3/4] net/virtio-user: add support for server mode

2018-03-28 Thread Tan, Jianfeng
Hi Zhiyong, Triggered by the community discussion of thread creation in a library (http://dpdk.org/dev/patchwork/patch/36579/), we can think about if possible to avoid the pthread creation here. Just a quick think, it could be feasible. The key idea is to properly set up the LSC interrupt fo

[dpdk-dev] [PATCH v3 3/4] net/virtio-user: add support for server mode

2018-03-20 Thread zhiyong . yang
virtio-user adds support for server mode in this patch. Virtio-user with server mode creates socket file and then starts to wait for the first connection from vhost user with client mode in blocking mode. Server mode virtio-user supports many times' vhost reconnections with the same configuration