Re: [dpdk-dev] [PATCH] net/virtio-user: fix multi-process support

2019-03-27 Thread Maxime Coquelin
On 3/25/19 5:12 AM, Tiwei Bie wrote: This patch fixes the multi-process support for virtio-user. Currently virtio-user just provides some limited secondary process supports. Only some basic operations can be done in secondary process on virtio-user port, e.g. getting port stats. Actions which

Re: [dpdk-dev] [PATCH] net/virtio-user: fix multi-process support

2019-03-27 Thread Maxime Coquelin
On 3/25/19 5:12 AM, Tiwei Bie wrote: This patch fixes the multi-process support for virtio-user. Currently virtio-user just provides some limited secondary process supports. Only some basic operations can be done in secondary process on virtio-user port, e.g. getting port stats. Actions which

[dpdk-dev] [PATCH] net/virtio-user: fix multi-process support

2019-03-24 Thread Tiwei Bie
This patch fixes the multi-process support for virtio-user. Currently virtio-user just provides some limited secondary process supports. Only some basic operations can be done in secondary process on virtio-user port, e.g. getting port stats. Actions which will trigger the communication with vhost