Re: [dpdk-dev] [PATCH 35/40] net/virtio: make server mode blocking

2021-01-15 Thread Maxime Coquelin
On 1/7/21 4:20 AM, Xia, Chenbo wrote: > Hi Maxime, > >> -Original Message- >> From: Maxime Coquelin >> Sent: Monday, December 21, 2020 5:14 AM >> To: dev@dpdk.org; Xia, Chenbo ; olivier.m...@6wind.com; >> amore...@redhat.com; david.march...@redhat.com >> Cc: Maxime Coquelin >> Subject

Re: [dpdk-dev] [PATCH 35/40] net/virtio: make server mode blocking

2021-01-06 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Monday, December 21, 2020 5:14 AM > To: dev@dpdk.org; Xia, Chenbo ; olivier.m...@6wind.com; > amore...@redhat.com; david.march...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH 35/40] net/virtio: make server mode blockin

[dpdk-dev] [PATCH 35/40] net/virtio: make server mode blocking

2020-12-20 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