Re: [dpdk-dev] [PATCH v2 37/44] net/virtio: make server mode blocking

2021-01-22 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, January 20, 2021 5:25 AM > To: dev@dpdk.org; Xia, Chenbo ; olivier.m...@6wind.com; > amore...@redhat.com; david.march...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v2 37/44] net/virtio: make server mode blocking > >

[dpdk-dev] [PATCH v2 37/44] net/virtio: make server mode blocking

2021-01-19 Thread Maxime Coquelin
This patch makes the Vhost-user backend server mode blocking at init, waiting for the client connection. The goal is to make the driver more reliable, as without waiting for client connection, the Virtio driver has to assume the Vhost-user backend will support all the features it has advertized, w